Html Css Color HEX #249394 Java

📋 copy color: '#249394'

red 36 ◦ green 147 ◦ blue 148

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

Shades of Java #249394

Tints of Java #249394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 10.88%
G = 44.41%
B = 44.71%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#249394 (or 0x249394) is known color: Java. HEX triplet: 24, 93 and 94. RGB value is (36,147,148). Sum of RGB (Red+Green+Blue) = 36+147+148=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #249394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249394 is #DB6C6B. Grayscale: #717171. Windows color (decimal): -14380140 or 9736996. OLE color: 9736996.

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

Color convert

RGB 36 147 148 -
CMYK 0.76 0.01 0 0.42
HSL 180.54º 0.61% 0.36% -
HSV(B) 180.54º 0.76% 0.58% -
XYZ 16.51 23.38 31.66 -
YUV 113.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 36 147 148 0.76 0.01 0 0.42 180.54 0.61 0.36
Hex 24 93 94 4C 1 0 2A B5 3D 24
Octal 44 223 224 114 1 0 52 265 75 44
Binary 100100 10010011 10010100 1001100 1 0 101010 10110101 111101 100100

Color Harmonies of #249394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249394

Black with #249394

Text Example


Text Example

White with #249394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249394; }

 p { color: rgb(36,147,148); }

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

background-color css

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

 a { background-color: rgb(36,147,148); }

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

border-color css

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

 span { border-color: rgb(36,147,148); }

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