Html Css Color HEX #23949C Java

📋 copy color: '#23949C'

red 35 ◦ green 148 ◦ blue 156

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

Shades of Java #23949C

Tints of Java #23949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.66%

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 10.32%
G = 43.66%
B = 46.02%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23949C (or 0x23949C) is known color: Java. HEX triplet: 23, 94 and 9C. RGB value is (35,148,156). Sum of RGB (Red+Green+Blue) = 35+148+156=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #23949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23949C is #DC6B63. Grayscale: #727272. Windows color (decimal): -14445412 or 10261539. OLE color: 10261539.

HSL color Cylindrical-coordinate representation of color #23949C: hue angle of 183.97º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23949C is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 148 156 -
CMYK 0.78 0.05 0 0.39
HSL 183.97º 0.63% 0.37% -
HSV(B) 183.97º 0.78% 0.61% -
XYZ 17.28 23.94 35.16 -
YUV 115.13 151.06 70.85 -
System Red Green Blue C M Y K H S L
Decimal 35 148 156 0.78 0.05 0 0.39 183.97 0.63 0.37
Hex 23 94 9C 4E 5 0 27 B8 3F 25
Octal 43 224 234 116 5 0 47 270 77 45
Binary 100011 10010100 10011100 1001110 101 0 100111 10111000 111111 100101

Color Harmonies of #23949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23949C

Black with #23949C

Text Example


Text Example

White with #23949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23949C; }

 p { color: rgb(35,148,156); }

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

background-color css

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

 a { background-color: rgb(35,148,156); }

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

border-color css

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

 span { border-color: rgb(35,148,156); }

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