Html Css Color HEX #249384 Java

📋 copy color: '#249384'

red 36 ◦ green 147 ◦ blue 132

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

Shades of Java #249384

Tints of Java #249384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.9%

R = 11.43%
G = 46.67%
B = 41.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#249384 (or 0x249384) is known color: Java. HEX triplet: 24, 93 and 84. RGB value is (36,147,132). Sum of RGB (Red+Green+Blue) = 36+147+132=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #249384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249384 is #DB6C7B. Grayscale: #707070. Windows color (decimal): -14380156 or 8688420. OLE color: 8688420.

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

Color convert

RGB 36 147 132 -
CMYK 0.76 0 0.10 0.42
HSL 171.89º 0.61% 0.36% -
HSV(B) 171.89º 0.76% 0.58% -
XYZ 15.33 22.91 25.44 -
YUV 112.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 36 147 132 0.76 0 0.10 0.42 171.89 0.61 0.36
Hex 24 93 84 4C 0 A 2A AC 3D 24
Octal 44 223 204 114 0 12 52 254 75 44
Binary 100100 10010011 10000100 1001100 0 1010 101010 10101100 111101 100100

Color Harmonies of #249384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249384

Black with #249384

Text Example


Text Example

White with #249384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249384; }

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

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

background-color css

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

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

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

border-color css

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

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

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