Html Css Color HEX #238895 Java

📋 copy color: '#238895'

red 35 ◦ green 136 ◦ blue 149

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

Shades of Java #238895

Tints of Java #238895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.5%

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

R = 10.94%
G = 42.5%
B = 46.56%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#238895 (or 0x238895) is known color: Java. HEX triplet: 23, 88 and 95. RGB value is (35,136,149). Sum of RGB (Red+Green+Blue) = 35+136+149=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #238895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238895 is #DC776A. Grayscale: #6B6B6B. Windows color (decimal): -14448491 or 9799715. OLE color: 9799715.

HSL color Cylindrical-coordinate representation of color #238895: hue angle of 186.84º 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 #238895 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 136 149 -
CMYK 0.77 0.09 0 0.42
HSL 186.84º 0.62% 0.36% -
HSV(B) 186.84º 0.77% 0.58% -
XYZ 14.92 20.14 31.53 -
YUV 107.28 151.54 76.44 -
System Red Green Blue C M Y K H S L
Decimal 35 136 149 0.77 0.09 0 0.42 186.84 0.62 0.36
Hex 23 88 95 4D 9 0 2A BB 3E 24
Octal 43 210 225 115 11 0 52 273 76 44
Binary 100011 10001000 10010101 1001101 1001 0 101010 10111011 111110 100100

Color Harmonies of #238895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238895

Black with #238895

Text Example


Text Example

White with #238895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238895; }

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

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

background-color css

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

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

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

border-color css

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

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

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