Html Css Color HEX #249198 Java

📋 copy color: '#249198'

red 36 ◦ green 145 ◦ blue 152

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

Shades of Java #249198

Tints of Java #249198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.65%

R = 10.81%
G = 43.54%
B = 45.65%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#249198 (or 0x249198) is known color: Java. HEX triplet: 24, 91 and 98. RGB value is (36,145,152). Sum of RGB (Red+Green+Blue) = 36+145+152=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #249198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249198 is #DB6E67. Grayscale: #717171. Windows color (decimal): -14380648 or 9998628. OLE color: 9998628.

HSL color Cylindrical-coordinate representation of color #249198: hue angle of 183.62º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249198 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 145 152 -
CMYK 0.76 0.05 0 0.40
HSL 183.62º 0.62% 0.37% -
HSV(B) 183.62º 0.76% 0.6% -
XYZ 16.52 22.89 33.25 -
YUV 113.21 149.89 72.93 -
System Red Green Blue C M Y K H S L
Decimal 36 145 152 0.76 0.05 0 0.40 183.62 0.62 0.37
Hex 24 91 98 4C 5 0 28 B8 3E 25
Octal 44 221 230 114 5 0 50 270 76 45
Binary 100100 10010001 10011000 1001100 101 0 101000 10111000 111110 100101

Color Harmonies of #249198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249198

Black with #249198

Text Example


Text Example

White with #249198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249198; }

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

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

background-color css

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

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

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

border-color css

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

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

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