Html Css Color HEX #249F94 Java

📋 copy color: '#249F94'

red 36 ◦ green 159 ◦ blue 148

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

Shades of Java #249F94

Tints of Java #249F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.36%

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 10.5%
G = 46.36%
B = 43.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#249F94 (or 0x249F94) is known color: Java. HEX triplet: 24, 9F and 94. RGB value is (36,159,148). Sum of RGB (Red+Green+Blue) = 36+159+148=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #249F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F94 is #DB606B. Grayscale: #787878. Windows color (decimal): -14377068 or 9740068. OLE color: 9740068.

HSL color Cylindrical-coordinate representation of color #249F94: hue angle of 174.63º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F94 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 159 148 -
CMYK 0.77 0 0.07 0.38
HSL 174.63º 0.63% 0.38% -
HSV(B) 174.63º 0.77% 0.62% -
XYZ 18.47 27.31 32.31 -
YUV 120.97 143.25 67.39 -
System Red Green Blue C M Y K H S L
Decimal 36 159 148 0.77 0 0.07 0.38 174.63 0.63 0.38
Hex 24 9F 94 4D 0 7 26 AF 3F 26
Octal 44 237 224 115 0 7 46 257 77 46
Binary 100100 10011111 10010100 1001101 0 111 100110 10101111 111111 100110

Color Harmonies of #249F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249F94

Black with #249F94

Text Example


Text Example

White with #249F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249F94; }

 p { color: rgb(36,159,148); }

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

background-color css

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

 a { background-color: rgb(36,159,148); }

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

border-color css

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

 span { border-color: rgb(36,159,148); }

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