Html Css Color HEX #033CDD Persian Blue

📋 copy color: '#033CDD'

red 3 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #033CDD

Tints of Persian Blue #033CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

 BLUE value IS 221 (86.72% from 255) = 77.82%

R = 1.06%
G = 21.13%
B = 77.82%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#033CDD (or 0x033CDD) is known color: Persian Blue. HEX triplet: 03, 3C and DD. RGB value is (3,60,221). Sum of RGB (Red+Green+Blue) = 3+60+221=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #033CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CDD is #FCC322. Grayscale: #3C3C3C. Windows color (decimal): -16565027 or 14498819. OLE color: 14498819.

HSL color Cylindrical-coordinate representation of color #033CDD: hue angle of 224.31º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033CDD is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 60 221 -
CMYK 0.99 0.73 0 0.13
HSL 224.31º 0.97% 0.44% -
HSV(B) 224.31º 0.99% 0.87% -
XYZ 14.7 8.47 69.27 -
YUV 61.31 218.12 86.41 -
System Red Green Blue C M Y K H S L
Decimal 3 60 221 0.99 0.73 0 0.13 224.31 0.97 0.44
Hex 3 3C DD 63 49 0 D E0 61 2C
Octal 3 74 335 143 111 0 15 340 141 54
Binary 11 111100 11011101 1100011 1001001 0 1101 11100000 1100001 101100

Color Harmonies of #033CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CDD

Black with #033CDD

Text Example


Text Example

White with #033CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,60,221); }

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

background-color css

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

 a { background-color: rgb(3,60,221); }

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

border-color css

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

 span { border-color: rgb(3,60,221); }

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