Html Css Color HEX #248992 Java

📋 copy color: '#248992'

red 36 ◦ green 137 ◦ blue 146

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

Shades of Java #248992

Tints of Java #248992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.95%

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 11.29%
G = 42.95%
B = 45.77%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#248992 (or 0x248992) is known color: Java. HEX triplet: 24, 89 and 92. RGB value is (36,137,146). Sum of RGB (Red+Green+Blue) = 36+137+146=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #248992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248992 is #DB766D. Grayscale: #6B6B6B. Windows color (decimal): -14382702 or 9603364. OLE color: 9603364.

HSL color Cylindrical-coordinate representation of color #248992: hue angle of 184.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248992 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 137 146 -
CMYK 0.75 0.06 0 0.43
HSL 184.91º 0.6% 0.36% -
HSV(B) 184.91º 0.75% 0.57% -
XYZ 14.86 20.34 30.34 -
YUV 107.83 149.54 76.77 -
System Red Green Blue C M Y K H S L
Decimal 36 137 146 0.75 0.06 0 0.43 184.91 0.6 0.36
Hex 24 89 92 4B 6 0 2B B9 3C 24
Octal 44 211 222 113 6 0 53 271 74 44
Binary 100100 10001001 10010010 1001011 110 0 101011 10111001 111100 100100

Color Harmonies of #248992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248992

Black with #248992

Text Example


Text Example

White with #248992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248992; }

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

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

background-color css

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

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

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

border-color css

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

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

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