Html Css Color HEX #249096 Java

📋 copy color: '#249096'

red 36 ◦ green 144 ◦ blue 150

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

Shades of Java #249096

Tints of Java #249096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.64%

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

R = 10.91%
G = 43.64%
B = 45.45%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#249096 (or 0x249096) is known color: Java. HEX triplet: 24, 90 and 96. RGB value is (36,144,150). Sum of RGB (Red+Green+Blue) = 36+144+150=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #249096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249096 is #DB6F69. Grayscale: #707070. Windows color (decimal): -14380906 or 9867300. OLE color: 9867300.

HSL color Cylindrical-coordinate representation of color #249096: hue angle of 183.16º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249096 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 144 150 -
CMYK 0.76 0.04 0 0.41
HSL 183.16º 0.61% 0.36% -
HSV(B) 183.16º 0.76% 0.59% -
XYZ 16.21 22.52 32.35 -
YUV 112.39 149.22 73.51 -
System Red Green Blue C M Y K H S L
Decimal 36 144 150 0.76 0.04 0 0.41 183.16 0.61 0.36
Hex 24 90 96 4C 4 0 29 B7 3D 24
Octal 44 220 226 114 4 0 51 267 75 44
Binary 100100 10010000 10010110 1001100 100 0 101001 10110111 111101 100100

Color Harmonies of #249096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249096

Black with #249096

Text Example


Text Example

White with #249096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249096; }

 p { color: rgb(36,144,150); }

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

background-color css

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

 a { background-color: rgb(36,144,150); }

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

border-color css

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

 span { border-color: rgb(36,144,150); }

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