Html Css Color HEX #033CDA Persian Blue

📋 copy color: '#033CDA'

red 3 ◦ green 60 ◦ blue 218

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

Shades of Persian Blue #033CDA

Tints of Persian Blue #033CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.58%

R = 1.07%
G = 21.35%
B = 77.58%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#033CDA (or 0x033CDA) is known color: Persian Blue. HEX triplet: 03, 3C and DA. RGB value is (3,60,218). Sum of RGB (Red+Green+Blue) = 3+60+218=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #033CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CDA is #FCC325. Grayscale: #3C3C3C. Windows color (decimal): -16565030 or 14302211. OLE color: 14302211.

HSL color Cylindrical-coordinate representation of color #033CDA: hue angle of 224.09º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033CDA is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 60 218 -
CMYK 0.99 0.72 0 0.15
HSL 224.09º 0.97% 0.43% -
HSV(B) 224.09º 0.99% 0.85% -
XYZ 14.31 8.31 67.18 -
YUV 60.97 216.62 86.65 -
System Red Green Blue C M Y K H S L
Decimal 3 60 218 0.99 0.72 0 0.15 224.09 0.97 0.43
Hex 3 3C DA 63 48 0 F E0 61 2B
Octal 3 74 332 143 110 0 17 340 141 53
Binary 11 111100 11011010 1100011 1001000 0 1111 11100000 1100001 101011

Color Harmonies of #033CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CDA

Black with #033CDA

Text Example


Text Example

White with #033CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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