Html Css Color HEX #248B90 Java

📋 copy color: '#248B90'

red 36 ◦ green 139 ◦ blue 144

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

Shades of Java #248B90

Tints of Java #248B90

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.57%

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

R = 11.29%
G = 43.57%
B = 45.14%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#248B90 (or 0x248B90) is known color: Java. HEX triplet: 24, 8B and 90. RGB value is (36,139,144). Sum of RGB (Red+Green+Blue) = 36+139+144=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #248B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248B90 is #DB746F. Grayscale: #6C6C6C. Windows color (decimal): -14382192 or 9472804. OLE color: 9472804.

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

Color convert

RGB 36 139 144 -
CMYK 0.75 0.03 0 0.44
HSL 182.78º 0.6% 0.35% -
HSV(B) 182.78º 0.75% 0.56% -
XYZ 14.99 20.85 29.62 -
YUV 108.77 147.88 76.09 -
System Red Green Blue C M Y K H S L
Decimal 36 139 144 0.75 0.03 0 0.44 182.78 0.6 0.35
Hex 24 8B 90 4B 3 0 2C B7 3C 23
Octal 44 213 220 113 3 0 54 267 74 43
Binary 100100 10001011 10010000 1001011 11 0 101100 10110111 111100 100011

Color Harmonies of #248B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248B90

Black with #248B90

Text Example


Text Example

White with #248B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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