Html Css Color HEX #238F95 Java

📋 copy color: '#238F95'

red 35 ◦ green 143 ◦ blue 149

#238F95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #238F95

Tints of Java #238F95

RGB

 RED value IS 35 (14.06% from 255) = 10.7%

 GREEN value IS 143 (56.25% from 255) = 43.73%

 BLUE value IS 149 (58.59% from 255) = 45.57%

R = 10.7%
G = 43.73%
B = 45.57%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#238F95 (or 0x238F95) is known color: Java. HEX triplet: 23, 8F and 95. RGB value is (35,143,149). Sum of RGB (Red+Green+Blue) = 35+143+149=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #238F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F95 is #DC706A. Grayscale: #6F6F6F. Windows color (decimal): -14446699 or 9801507. OLE color: 9801507.

HSL color Cylindrical-coordinate representation of color #238F95: hue angle of 183.16º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238F95 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 143 149 -
CMYK 0.77 0.04 0 0.42
HSL 183.16º 0.62% 0.36% -
HSV(B) 183.16º 0.77% 0.58% -
XYZ 15.94 22.17 31.87 -
YUV 111.39 149.22 73.51 -
System Red Green Blue C M Y K H S L
Decimal 35 143 149 0.77 0.04 0 0.42 183.16 0.62 0.36
Hex 23 8F 95 4D 4 0 2A B7 3E 24
Octal 43 217 225 115 4 0 52 267 76 44
Binary 100011 10001111 10010101 1001101 100 0 101010 10110111 111110 100100

Color Harmonies of #238F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238F95

Black with #238F95

Text Example


Text Example

White with #238F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238F95; }

 p { color: rgb(35,143,149); }

 H1.HeaderClassName
 {
   color: #238F95;
 }
 .AnyTagClassName
 {
   color: #238F95;
 }
</style>

background-color css

<style>
 a { background-color: #238F95; }

 a { background-color: rgb(35,143,149); }

 div.DivClassName
 {
   background-color: #238F95;
 }
 .BgClassName
 {
   background-color: #238F95;
 }
</style>

border-color css

<style>
 span { border-color: #238F95; }

 span { border-color: rgb(35,143,149); }

 td.TdClassName
 {
   border-color: #238F95;
 }
 .TagClassName
 {
   border-color: #238F95;
 }
</style>