Html Css Color HEX #248990 Java

📋 copy color: '#248990'

red 36 ◦ green 137 ◦ blue 144

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

Shades of Java #248990

Tints of Java #248990

RGB

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

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

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

R = 11.36%
G = 43.22%
B = 45.43%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#248990 (or 0x248990) is known color: Java. HEX triplet: 24, 89 and 90. RGB value is (36,137,144). Sum of RGB (Red+Green+Blue) = 36+137+144=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #248990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248990 is #DB766F. Grayscale: #6B6B6B. Windows color (decimal): -14382704 or 9472292. OLE color: 9472292.

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

Color convert

RGB 36 137 144 -
CMYK 0.75 0.05 0 0.44
HSL 183.89º 0.6% 0.35% -
HSV(B) 183.89º 0.75% 0.56% -
XYZ 14.71 20.28 29.52 -
YUV 107.6 148.54 76.93 -
System Red Green Blue C M Y K H S L
Decimal 36 137 144 0.75 0.05 0 0.44 183.89 0.6 0.35
Hex 24 89 90 4B 5 0 2C B8 3C 23
Octal 44 211 220 113 5 0 54 270 74 43
Binary 100100 10001001 10010000 1001011 101 0 101100 10111000 111100 100011

Color Harmonies of #248990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248990

Black with #248990

Text Example


Text Example

White with #248990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248990; }

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

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

background-color css

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

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

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

border-color css

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

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

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