Html Css Color HEX #248793 Java

📋 copy color: '#248793'

red 36 ◦ green 135 ◦ blue 147

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

Shades of Java #248793

Tints of Java #248793

RGB

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

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

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

R = 11.32%
G = 42.45%
B = 46.23%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#248793 (or 0x248793) is known color: Java. HEX triplet: 24, 87 and 93. RGB value is (36,135,147). Sum of RGB (Red+Green+Blue) = 36+135+147=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #248793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248793 is #DB786C. Grayscale: #6A6A6A. Windows color (decimal): -14383213 or 9668388. OLE color: 9668388.

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

Color convert

RGB 36 135 147 -
CMYK 0.76 0.08 0 0.42
HSL 186.49º 0.61% 0.36% -
HSV(B) 186.49º 0.76% 0.58% -
XYZ 14.66 19.81 30.65 -
YUV 106.77 150.7 77.52 -
System Red Green Blue C M Y K H S L
Decimal 36 135 147 0.76 0.08 0 0.42 186.49 0.61 0.36
Hex 24 87 93 4C 8 0 2A BA 3D 24
Octal 44 207 223 114 10 0 52 272 75 44
Binary 100100 10000111 10010011 1001100 1000 0 101010 10111010 111101 100100

Color Harmonies of #248793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248793

Black with #248793

Text Example


Text Example

White with #248793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248793; }

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

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

background-color css

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

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

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

border-color css

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

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

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