Html Css Color HEX #238F97 Java

📋 copy color: '#238F97'

red 35 ◦ green 143 ◦ blue 151

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

Shades of Java #238F97

Tints of Java #238F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.9%

R = 10.64%
G = 43.47%
B = 45.9%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#238F97 (or 0x238F97) is known color: Java. HEX triplet: 23, 8F and 97. RGB value is (35,143,151). Sum of RGB (Red+Green+Blue) = 35+143+151=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #238F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F97 is #DC7068. Grayscale: #6F6F6F. Windows color (decimal): -14446697 or 9932579. OLE color: 9932579.

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

Color convert

RGB 35 143 151 -
CMYK 0.77 0.05 0 0.41
HSL 184.14º 0.62% 0.36% -
HSV(B) 184.14º 0.77% 0.59% -
XYZ 16.1 22.24 32.72 -
YUV 111.62 150.22 73.35 -
System Red Green Blue C M Y K H S L
Decimal 35 143 151 0.77 0.05 0 0.41 184.14 0.62 0.36
Hex 23 8F 97 4D 5 0 29 B8 3E 24
Octal 43 217 227 115 5 0 51 270 76 44
Binary 100011 10001111 10010111 1001101 101 0 101001 10111000 111110 100100

Color Harmonies of #238F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238F97

Black with #238F97

Text Example


Text Example

White with #238F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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