Html Css Color HEX #249091 Java

📋 copy color: '#249091'

red 36 ◦ green 144 ◦ blue 145

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

Shades of Java #249091

Tints of Java #249091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.62%

R = 11.08%
G = 44.31%
B = 44.62%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#249091 (or 0x249091) is known color: Java. HEX triplet: 24, 90 and 91. RGB value is (36,144,145). Sum of RGB (Red+Green+Blue) = 36+144+145=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #249091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249091 is #DB6F6E. Grayscale: #6F6F6F. Windows color (decimal): -14380911 or 9539620. OLE color: 9539620.

HSL color Cylindrical-coordinate representation of color #249091: hue angle of 180.55º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249091 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 144 145 -
CMYK 0.75 0.01 0 0.43
HSL 180.55º 0.6% 0.35% -
HSV(B) 180.55º 0.75% 0.57% -
XYZ 15.81 22.37 30.27 -
YUV 111.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 36 144 145 0.75 0.01 0 0.43 180.55 0.6 0.35
Hex 24 90 91 4B 1 0 2B B5 3C 23
Octal 44 220 221 113 1 0 53 265 74 43
Binary 100100 10010000 10010001 1001011 1 0 101011 10110101 111100 100011

Color Harmonies of #249091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249091

Black with #249091

Text Example


Text Example

White with #249091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249091; }

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

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

background-color css

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

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

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

border-color css

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

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

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