Html Css Color HEX #033BDA Persian Blue

📋 copy color: '#033BDA'

red 3 ◦ green 59 ◦ blue 218

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

Shades of Persian Blue #033BDA

Tints of Persian Blue #033BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.07%

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

R = 1.07%
G = 21.07%
B = 77.86%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#033BDA (or 0x033BDA) is known color: Persian Blue. HEX triplet: 03, 3B and DA. RGB value is (3,59,218). Sum of RGB (Red+Green+Blue) = 3+59+218=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #033BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BDA is #FCC425. Grayscale: #3B3B3B. Windows color (decimal): -16565286 or 14301955. OLE color: 14301955.

HSL color Cylindrical-coordinate representation of color #033BDA: hue angle of 224.37º 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 #033BDA is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 59 218 -
CMYK 0.99 0.73 0 0.15
HSL 224.37º 0.97% 0.43% -
HSV(B) 224.37º 0.99% 0.85% -
XYZ 14.26 8.21 67.16 -
YUV 60.38 216.95 87.07 -
System Red Green Blue C M Y K H S L
Decimal 3 59 218 0.99 0.73 0 0.15 224.37 0.97 0.43
Hex 3 3B DA 63 49 0 F E0 61 2B
Octal 3 73 332 143 111 0 17 340 141 53
Binary 11 111011 11011010 1100011 1001001 0 1111 11100000 1100001 101011

Color Harmonies of #033BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BDA

Black with #033BDA

Text Example


Text Example

White with #033BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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