#0636BD

Color #0636BD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0636BD

Tints of Persian Blue #0636BD

Color information

#0636BD (or 0x0636BD) is unknown color: approx Persian Blue. HEX triplet: 06, 36 and BD. RGB value is (6,54,189). Sum of RGB (Red+Green+Blue) = 6+54+189=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #0636BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0636BD is #F9C942. Grayscale: #363636. Windows color (decimal): -16369987 or 12400134. OLE color: 12400134.

HSL color Cylindrical-coordinate representation of color #0636BD: hue angle of 224.26º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0636BD is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB654189-
CMYK0.970.7100.26
HSL224.26º93.85%38.24%-
HSV(B)224.26º96.83%74.12%-
XYZ10.586.3548.81-
YUV55.04203.693.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.41%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 189 (74.22% from 255) = 75.90%
R=2.41%
G=21.69%
B=75.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6541890.970.7100.26224.2693.8538.24
Hex636BD614701Ae05e26
Octal66627514110703234013646
Binary1101101101011110111000011000111011010111000001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0636BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0636BD; }

 p { color: rgb(6,54,189); }

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

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

 a { background-color: rgb(6,54,189); }

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

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

 span { border-color: rgb(6,54,189); }

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