Html Css Color HEX #249095 Java

📋 copy color: '#249095'

red 36 ◦ green 144 ◦ blue 149

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

Shades of Java #249095

Tints of Java #249095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.77%

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 10.94%
G = 43.77%
B = 45.29%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#249095 (or 0x249095) is known color: Java. HEX triplet: 24, 90 and 95. RGB value is (36,144,149). Sum of RGB (Red+Green+Blue) = 36+144+149=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #249095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249095 is #DB6F6A. Grayscale: #707070. Windows color (decimal): -14380907 or 9801764. OLE color: 9801764.

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

Color convert

RGB 36 144 149 -
CMYK 0.76 0.03 0 0.42
HSL 182.65º 0.61% 0.36% -
HSV(B) 182.65º 0.76% 0.58% -
XYZ 16.13 22.49 31.93 -
YUV 112.28 148.72 73.59 -
System Red Green Blue C M Y K H S L
Decimal 36 144 149 0.76 0.03 0 0.42 182.65 0.61 0.36
Hex 24 90 95 4C 3 0 2A B7 3D 24
Octal 44 220 225 114 3 0 52 267 75 44
Binary 100100 10010000 10010101 1001100 11 0 101010 10110111 111101 100100

Color Harmonies of #249095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249095

Black with #249095

Text Example


Text Example

White with #249095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249095; }

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

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

background-color css

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

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

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

border-color css

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

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

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