#636390

Color #636390 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #636390

Tints of Governor Bay #636390

Color information

#636390 (or 0x636390) is unknown color: approx Governor Bay. HEX triplet: 63, 63 and 90. RGB value is (99,99,144). Sum of RGB (Red+Green+Blue) = 99+99+144=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #636390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636390 is #9C9C6F. Grayscale: #676767. Windows color (decimal): -10263664 or 9462627. OLE color: 9462627.

HSL color Cylindrical-coordinate representation of color #636390: hue angle of 240º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #636390 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9999144-
CMYK0.310.3100.44
HSL240º18.52%47.65%-
HSV(B)240º31.25%56.47%-
XYZ14.6413.5928.24-
YUV104.13150.5124.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=28.95%
G=28.95%
B=42.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99991440.310.3100.4424018.5247.65
Hex6363901F1F02Cf01330
Octal14314322037370543602360
Binary1100011110001110010000111111111101011001111000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636390; }

 p { color: rgb(99,99,144); }

 H1.HeaderClassName
 {
   color: #636390;
 }
 .AnyTagClassName
 {
   color: #636390;
 }
</style>
background-color css

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

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

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

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

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

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