Html Css Color HEX #249299 Java

📋 copy color: '#249299'

red 36 ◦ green 146 ◦ blue 153

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

Shades of Java #249299

Tints of Java #249299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.58%

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 10.75%
G = 43.58%
B = 45.67%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#249299 (or 0x249299) is known color: Java. HEX triplet: 24, 92 and 99. RGB value is (36,146,153). Sum of RGB (Red+Green+Blue) = 36+146+153=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #249299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249299 is #DB6D66. Grayscale: #717171. Windows color (decimal): -14380391 or 10064420. OLE color: 10064420.

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

Color convert

RGB 36 146 153 -
CMYK 0.76 0.05 0 0.4
HSL 183.59º 0.62% 0.37% -
HSV(B) 183.59º 0.76% 0.6% -
XYZ 16.76 23.23 33.74 -
YUV 113.91 150.06 72.43 -
System Red Green Blue C M Y K H S L
Decimal 36 146 153 0.76 0.05 0 0.4 183.59 0.62 0.37
Hex 24 92 99 4C 5 0 28 B8 3E 25
Octal 44 222 231 114 5 0 50 270 76 45
Binary 100100 10010010 10011001 1001100 101 0 101000 10111000 111110 100101

Color Harmonies of #249299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249299

Black with #249299

Text Example


Text Example

White with #249299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249299; }

 p { color: rgb(36,146,153); }

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

background-color css

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

 a { background-color: rgb(36,146,153); }

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

border-color css

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

 span { border-color: rgb(36,146,153); }

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