#0634BD

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

Shades of Persian Blue #0634BD

Tints of Persian Blue #0634BD

Color information

#0634BD (or 0x0634BD) is unknown color: approx Persian Blue. HEX triplet: 06, 34 and BD. RGB value is (6,52,189). Sum of RGB (Red+Green+Blue) = 6+52+189=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #0634BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0634BD is #F9CB42. Grayscale: #353535. Windows color (decimal): -16370499 or 12399622. OLE color: 12399622.

HSL color Cylindrical-coordinate representation of color #0634BD: hue angle of 224.92º 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 #0634BD is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB652189-
CMYK0.970.7200.26
HSL224.92º93.85%38.24%-
HSV(B)224.92º96.83%74.12%-
XYZ10.496.1748.78-
YUV53.86204.2693.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.43%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 189 (74.22% from 255) = 76.52%
R=2.43%
G=21.05%
B=76.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6521890.970.7200.26224.9293.8538.24
Hex634BD614801Ae15e26
Octal66427514111003234113646
Binary1101101001011110111000011001000011010111000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0634BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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