Html Css Color HEX #238F99 Java

📋 copy color: '#238F99'

red 35 ◦ green 143 ◦ blue 153

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

Shades of Java #238F99

Tints of Java #238F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.22%

R = 10.57%
G = 43.2%
B = 46.22%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#238F99 (or 0x238F99) is known color: Java. HEX triplet: 23, 8F and 99. RGB value is (35,143,153). Sum of RGB (Red+Green+Blue) = 35+143+153=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #238F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F99 is #DC7066. Grayscale: #6F6F6F. Windows color (decimal): -14446695 or 10063651. OLE color: 10063651.

HSL color Cylindrical-coordinate representation of color #238F99: hue angle of 185.08º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238F99 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 143 153 -
CMYK 0.77 0.07 0 0.4
HSL 185.08º 0.63% 0.37% -
HSV(B) 185.08º 0.77% 0.6% -
XYZ 16.27 22.3 33.58 -
YUV 111.85 151.22 73.19 -
System Red Green Blue C M Y K H S L
Decimal 35 143 153 0.77 0.07 0 0.4 185.08 0.63 0.37
Hex 23 8F 99 4D 7 0 28 B9 3F 25
Octal 43 217 231 115 7 0 50 271 77 45
Binary 100011 10001111 10011001 1001101 111 0 101000 10111001 111111 100101

Color Harmonies of #238F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238F99

Black with #238F99

Text Example


Text Example

White with #238F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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