Html Css Color HEX #033DCE Persian Blue

📋 copy color: '#033DCE'

red 3 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #033DCE

Tints of Persian Blue #033DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.3%

R = 1.11%
G = 22.59%
B = 76.3%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#033DCE (or 0x033DCE) is known color: Persian Blue. HEX triplet: 03, 3D and CE. RGB value is (3,61,206). Sum of RGB (Red+Green+Blue) = 3+61+206=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #033DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DCE is #FCC231. Grayscale: #3B3B3B. Windows color (decimal): -16564786 or 13516035. OLE color: 13516035.

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

Color convert

RGB 3 61 206 -
CMYK 0.99 0.70 0 0.19
HSL 222.86º 0.97% 0.41% -
HSV(B) 222.86º 0.99% 0.81% -
XYZ 12.85 7.81 59.22 -
YUV 60.19 210.28 87.21 -
System Red Green Blue C M Y K H S L
Decimal 3 61 206 0.99 0.70 0 0.19 222.86 0.97 0.41
Hex 3 3D CE 63 46 0 13 DF 61 29
Octal 3 75 316 143 106 0 23 337 141 51
Binary 11 111101 11001110 1100011 1000110 0 10011 11011111 1100001 101001

Color Harmonies of #033DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DCE

Black with #033DCE

Text Example


Text Example

White with #033DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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