Html Css Color HEX #249AA2 Java

📋 copy color: '#249AA2'

red 36 ◦ green 154 ◦ blue 162

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

Shades of Java #249AA2

Tints of Java #249AA2

RGB

 RED value IS 36 (14.45% from 255) = 10.23%

 GREEN value IS 154 (60.55% from 255) = 43.75%

 BLUE value IS 162 (63.67% from 255) = 46.02%

R = 10.23%
G = 43.75%
B = 46.02%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#249AA2 (or 0x249AA2) is known color: Java. HEX triplet: 24, 9A and A2. RGB value is (36,154,162). Sum of RGB (Red+Green+Blue) = 36+154+162=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 162 - color contains mainly: blue. Hex color #249AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249AA2 is #DB655D. Grayscale: #777777. Windows color (decimal): -14378334 or 10656292. OLE color: 10656292.

HSL color Cylindrical-coordinate representation of color #249AA2: hue angle of 183.81º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #249AA2 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 36 154 162 -
CMYK 0.78 0.05 0 0.36
HSL 183.81º 0.64% 0.39% -
HSV(B) 183.81º 0.78% 0.64% -
XYZ 18.8 26.09 38.23 -
YUV 119.63 151.91 68.35 -
System Red Green Blue C M Y K H S L
Decimal 36 154 162 0.78 0.05 0 0.36 183.81 0.64 0.39
Hex 24 9A A2 4E 5 0 24 B8 40 27
Octal 44 232 242 116 5 0 44 270 100 47
Binary 100100 10011010 10100010 1001110 101 0 100100 10111000 1000000 100111

Color Harmonies of #249AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249AA2

Black with #249AA2

Text Example


Text Example

White with #249AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249AA2; }

 p { color: rgb(36,154,162); }

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

background-color css

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

 a { background-color: rgb(36,154,162); }

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

border-color css

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

 span { border-color: rgb(36,154,162); }

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