Html Css Color HEX #288690 Java

📋 copy color: '#288690'

red 40 ◦ green 134 ◦ blue 144

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

Shades of Java #288690

Tints of Java #288690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.14%

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

R = 12.58%
G = 42.14%
B = 45.28%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#288690 (or 0x288690) is known color: Java. HEX triplet: 28, 86 and 90. RGB value is (40,134,144). Sum of RGB (Red+Green+Blue) = 40+134+144=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #288690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288690 is #D7796F. Grayscale: #6A6A6A. Windows color (decimal): -14121328 or 9471528. OLE color: 9471528.

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

Color convert

RGB 40 134 144 -
CMYK 0.72 0.07 0 0.44
HSL 185.77º 0.57% 0.36% -
HSV(B) 185.77º 0.72% 0.56% -
XYZ 14.43 19.51 29.39 -
YUV 107.03 148.86 80.19 -
System Red Green Blue C M Y K H S L
Decimal 40 134 144 0.72 0.07 0 0.44 185.77 0.57 0.36
Hex 28 86 90 48 7 0 2C BA 39 24
Octal 50 206 220 110 7 0 54 272 71 44
Binary 101000 10000110 10010000 1001000 111 0 101100 10111010 111001 100100

Color Harmonies of #288690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288690

Black with #288690

Text Example


Text Example

White with #288690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288690; }

 p { color: rgb(40,134,144); }

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

background-color css

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

 a { background-color: rgb(40,134,144); }

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

border-color css

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

 span { border-color: rgb(40,134,144); }

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