Html Css Color HEX #249293 Java

📋 copy color: '#249293'

red 36 ◦ green 146 ◦ blue 147

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

Shades of Java #249293

Tints of Java #249293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 10.94%
G = 44.38%
B = 44.68%

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

#249293 (or 0x249293) is known color: Java. HEX triplet: 24, 92 and 93. RGB value is (36,146,147). Sum of RGB (Red+Green+Blue) = 36+146+147=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #249293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249293 is #DB6D6C. Grayscale: #717171. Windows color (decimal): -14380397 or 9671204. OLE color: 9671204.

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

Color convert

RGB 36 146 147 -
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.27 23.04 31.19 -
YUV 113.22 147.06 72.92 -
System Red Green Blue C M Y K H S L
Decimal 36 146 147 0.76 0.01 0 0.42 180.54 0.61 0.36
Hex 24 92 93 4C 1 0 2A B5 3D 24
Octal 44 222 223 114 1 0 52 265 75 44
Binary 100100 10010010 10010011 1001100 1 0 101010 10110101 111101 100100

Color Harmonies of #249293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249293

Black with #249293

Text Example


Text Example

White with #249293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249293; }

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

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

background-color css

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

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

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

border-color css

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

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

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