Html Css Color HEX #248792 Java

📋 copy color: '#248792'

red 36 ◦ green 135 ◦ blue 146

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

Shades of Java #248792

Tints of Java #248792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.59%

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

R = 11.36%
G = 42.59%
B = 46.06%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#248792 (or 0x248792) is known color: Java. HEX triplet: 24, 87 and 92. RGB value is (36,135,146). Sum of RGB (Red+Green+Blue) = 36+135+146=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #248792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248792 is #DB786D. Grayscale: #6A6A6A. Windows color (decimal): -14383214 or 9602852. OLE color: 9602852.

HSL color Cylindrical-coordinate representation of color #248792: hue angle of 186º 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 #248792 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 135 146 -
CMYK 0.75 0.08 0 0.43
HSL 186º 0.6% 0.36% -
HSV(B) 186º 0.75% 0.57% -
XYZ 14.58 19.78 30.24 -
YUV 106.65 150.2 77.61 -
System Red Green Blue C M Y K H S L
Decimal 36 135 146 0.75 0.08 0 0.43 186 0.6 0.36
Hex 24 87 92 4B 8 0 2B BA 3C 24
Octal 44 207 222 113 10 0 53 272 74 44
Binary 100100 10000111 10010010 1001011 1000 0 101011 10111010 111100 100100

Color Harmonies of #248792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248792

Black with #248792

Text Example


Text Example

White with #248792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248792; }

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

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

background-color css

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

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

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

border-color css

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

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

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