Html Css Color HEX #288A91 Java

📋 copy color: '#288A91'

red 40 ◦ green 138 ◦ blue 145

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

Shades of Java #288A91

Tints of Java #288A91

RGB

 RED value IS 40 (16.02% from 255) = 12.38%

 GREEN value IS 138 (54.3% from 255) = 42.72%

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 12.38%
G = 42.72%
B = 44.89%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#288A91 (or 0x288A91) is known color: Java. HEX triplet: 28, 8A and 91. RGB value is (40,138,145). Sum of RGB (Red+Green+Blue) = 40+138+145=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #288A91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288A91 is #D7756E. Grayscale: #6D6D6D. Windows color (decimal): -14120303 or 9538088. OLE color: 9538088.

HSL color Cylindrical-coordinate representation of color #288A91: hue angle of 184º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288A91 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 138 145 -
CMYK 0.72 0.05 0 0.43
HSL 184º 0.57% 0.36% -
HSV(B) 184º 0.72% 0.57% -
XYZ 15.07 20.67 29.98 -
YUV 109.5 148.03 78.43 -
System Red Green Blue C M Y K H S L
Decimal 40 138 145 0.72 0.05 0 0.43 184 0.57 0.36
Hex 28 8A 91 48 5 0 2B B8 39 24
Octal 50 212 221 110 5 0 53 270 71 44
Binary 101000 10001010 10010001 1001000 101 0 101011 10111000 111001 100100

Color Harmonies of #288A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288A91

Black with #288A91

Text Example


Text Example

White with #288A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288A91; }

 p { color: rgb(40,138,145); }

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

background-color css

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

 a { background-color: rgb(40,138,145); }

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

border-color css

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

 span { border-color: rgb(40,138,145); }

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