Html Css Color HEX #238F96 Java

📋 copy color: '#238F96'

red 35 ◦ green 143 ◦ blue 150

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

Shades of Java #238F96

Tints of Java #238F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.73%

R = 10.67%
G = 43.6%
B = 45.73%

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

#238F96 (or 0x238F96) is known color: Java. HEX triplet: 23, 8F and 96. RGB value is (35,143,150). Sum of RGB (Red+Green+Blue) = 35+143+150=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #238F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F96 is #DC7069. Grayscale: #6F6F6F. Windows color (decimal): -14446698 or 9867043. OLE color: 9867043.

HSL color Cylindrical-coordinate representation of color #238F96: hue angle of 183.65º 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 #238F96 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 143 150 -
CMYK 0.77 0.05 0 0.41
HSL 183.65º 0.62% 0.36% -
HSV(B) 183.65º 0.77% 0.59% -
XYZ 16.02 22.2 32.3 -
YUV 111.51 149.72 73.43 -
System Red Green Blue C M Y K H S L
Decimal 35 143 150 0.77 0.05 0 0.41 183.65 0.62 0.36
Hex 23 8F 96 4D 5 0 29 B8 3E 24
Octal 43 217 226 115 5 0 51 270 76 44
Binary 100011 10001111 10010110 1001101 101 0 101001 10111000 111110 100100

Color Harmonies of #238F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238F96

Black with #238F96

Text Example


Text Example

White with #238F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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