Html Css Color HEX #248692 Java

📋 copy color: '#248692'

red 36 ◦ green 134 ◦ blue 146

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

Shades of Java #248692

Tints of Java #248692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.41%

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

R = 11.39%
G = 42.41%
B = 46.2%

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

#248692 (or 0x248692) is known color: Java. HEX triplet: 24, 86 and 92. RGB value is (36,134,146). Sum of RGB (Red+Green+Blue) = 36+134+146=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #248692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248692 is #DB796D. Grayscale: #696969. Windows color (decimal): -14383470 or 9602596. OLE color: 9602596.

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

Color convert

RGB 36 134 146 -
CMYK 0.75 0.08 0 0.43
HSL 186.55º 0.6% 0.36% -
HSV(B) 186.55º 0.75% 0.57% -
XYZ 14.44 19.5 30.2 -
YUV 106.07 150.53 78.02 -
System Red Green Blue C M Y K H S L
Decimal 36 134 146 0.75 0.08 0 0.43 186.55 0.6 0.36
Hex 24 86 92 4B 8 0 2B BB 3C 24
Octal 44 206 222 113 10 0 53 273 74 44
Binary 100100 10000110 10010010 1001011 1000 0 101011 10111011 111100 100100

Color Harmonies of #248692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248692

Black with #248692

Text Example


Text Example

White with #248692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248692; }

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

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

background-color css

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

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

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

border-color css

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

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

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