Html Css Color HEX #248790 Java

📋 copy color: '#248790'

red 36 ◦ green 135 ◦ blue 144

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

Shades of Java #248790

Tints of Java #248790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 11.43%
G = 42.86%
B = 45.71%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#248790 (or 0x248790) is known color: Java. HEX triplet: 24, 87 and 90. RGB value is (36,135,144). Sum of RGB (Red+Green+Blue) = 36+135+144=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #248790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248790 is #DB786F. Grayscale: #6A6A6A. Windows color (decimal): -14383216 or 9471780. OLE color: 9471780.

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

Color convert

RGB 36 135 144 -
CMYK 0.75 0.06 0 0.44
HSL 185º 0.6% 0.35% -
HSV(B) 185º 0.75% 0.56% -
XYZ 14.43 19.72 29.43 -
YUV 106.43 149.2 77.77 -
System Red Green Blue C M Y K H S L
Decimal 36 135 144 0.75 0.06 0 0.44 185 0.6 0.35
Hex 24 87 90 4B 6 0 2C B9 3C 23
Octal 44 207 220 113 6 0 54 271 74 43
Binary 100100 10000111 10010000 1001011 110 0 101100 10111001 111100 100011

Color Harmonies of #248790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248790

Black with #248790

Text Example


Text Example

White with #248790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248790; }

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

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

background-color css

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

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

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

border-color css

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

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

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