Html Css Color HEX #249192 Java

📋 copy color: '#249192'

red 36 ◦ green 145 ◦ blue 146

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

Shades of Java #249192

Tints of Java #249192

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.34%

 BLUE value IS 146 (57.42% from 255) = 44.65%

R = 11.01%
G = 44.34%
B = 44.65%

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

#249192 (or 0x249192) is known color: Java. HEX triplet: 24, 91 and 92. RGB value is (36,145,146). Sum of RGB (Red+Green+Blue) = 36+145+146=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #249192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249192 is #DB6E6D. Grayscale: #707070. Windows color (decimal): -14380654 or 9605412. OLE color: 9605412.

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

Color convert

RGB 36 145 146 -
CMYK 0.75 0.01 0 0.43
HSL 180.55º 0.6% 0.36% -
HSV(B) 180.55º 0.75% 0.57% -
XYZ 16.04 22.7 30.73 -
YUV 112.52 146.89 73.42 -
System Red Green Blue C M Y K H S L
Decimal 36 145 146 0.75 0.01 0 0.43 180.55 0.6 0.36
Hex 24 91 92 4B 1 0 2B B5 3C 24
Octal 44 221 222 113 1 0 53 265 74 44
Binary 100100 10010001 10010010 1001011 1 0 101011 10110101 111100 100100

Color Harmonies of #249192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249192

Black with #249192

Text Example


Text Example

White with #249192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249192; }

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

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

background-color css

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

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

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

border-color css

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

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

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