Html Css Color HEX #249390 Java

📋 copy color: '#249390'

red 36 ◦ green 147 ◦ blue 144

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

Shades of Java #249390

Tints of Java #249390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 11.01%
G = 44.95%
B = 44.04%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#249390 (or 0x249390) is known color: Java. HEX triplet: 24, 93 and 90. RGB value is (36,147,144). Sum of RGB (Red+Green+Blue) = 36+147+144=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #249390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249390 is #DB6C6F. Grayscale: #717171. Windows color (decimal): -14380144 or 9474852. OLE color: 9474852.

HSL color Cylindrical-coordinate representation of color #249390: hue angle of 178.38º 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 #249390 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 147 144 -
CMYK 0.76 0 0.02 0.42
HSL 178.38º 0.61% 0.36% -
HSV(B) 178.38º 0.76% 0.58% -
XYZ 16.2 23.26 30.02 -
YUV 113.47 145.23 72.74 -
System Red Green Blue C M Y K H S L
Decimal 36 147 144 0.76 0 0.02 0.42 178.38 0.61 0.36
Hex 24 93 90 4C 0 2 2A B2 3D 24
Octal 44 223 220 114 0 2 52 262 75 44
Binary 100100 10010011 10010000 1001100 0 10 101010 10110010 111101 100100

Color Harmonies of #249390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249390

Black with #249390

Text Example


Text Example

White with #249390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249390; }

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

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

background-color css

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

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

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

border-color css

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

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

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