Html Css Color HEX #033DCD Persian Blue

📋 copy color: '#033DCD'

red 3 ◦ green 61 ◦ blue 205

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

Shades of Persian Blue #033DCD

Tints of Persian Blue #033DCD

RGB

 RED value IS 3 (1.56% from 255) = 1.12%

 GREEN value IS 61 (24.22% from 255) = 22.68%

 BLUE value IS 205 (80.47% from 255) = 76.21%

R = 1.12%
G = 22.68%
B = 76.21%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#033DCD (or 0x033DCD) is known color: Persian Blue. HEX triplet: 03, 3D and CD. RGB value is (3,61,205). Sum of RGB (Red+Green+Blue) = 3+61+205=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #033DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DCD is #FCC232. Grayscale: #3B3B3B. Windows color (decimal): -16564787 or 13450499. OLE color: 13450499.

HSL color Cylindrical-coordinate representation of color #033DCD: hue angle of 222.77º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033DCD is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 61 205 -
CMYK 0.99 0.70 0 0.20
HSL 222.77º 0.97% 0.41% -
HSV(B) 222.77º 0.99% 0.8% -
XYZ 12.73 7.76 58.59 -
YUV 60.07 209.78 87.29 -
System Red Green Blue C M Y K H S L
Decimal 3 61 205 0.99 0.70 0 0.20 222.77 0.97 0.41
Hex 3 3D CD 63 46 0 14 DF 61 29
Octal 3 75 315 143 106 0 24 337 141 51
Binary 11 111101 11001101 1100011 1000110 0 10100 11011111 1100001 101001

Color Harmonies of #033DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DCD

Black with #033DCD

Text Example


Text Example

White with #033DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033DCD; }

 p { color: rgb(3,61,205); }

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

background-color css

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

 a { background-color: rgb(3,61,205); }

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

border-color css

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

 span { border-color: rgb(3,61,205); }

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