Html Css Color HEX #033BCC Persian Blue

📋 copy color: '#033BCC'

red 3 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #033BCC

Tints of Persian Blue #033BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 76.69%

R = 1.13%
G = 22.18%
B = 76.69%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#033BCC (or 0x033BCC) is known color: Persian Blue. HEX triplet: 03, 3B and CC. RGB value is (3,59,204). Sum of RGB (Red+Green+Blue) = 3+59+204=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #033BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BCC is #FCC433. Grayscale: #3A3A3A. Windows color (decimal): -16565300 or 13384451. OLE color: 13384451.

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

Color convert

RGB 3 59 204 -
CMYK 0.99 0.71 0 0.2
HSL 223.28º 0.97% 0.41% -
HSV(B) 223.28º 0.99% 0.8% -
XYZ 12.5 7.51 57.92 -
YUV 58.79 209.95 88.21 -
System Red Green Blue C M Y K H S L
Decimal 3 59 204 0.99 0.71 0 0.2 223.28 0.97 0.41
Hex 3 3B CC 63 47 0 14 DF 61 29
Octal 3 73 314 143 107 0 24 337 141 51
Binary 11 111011 11001100 1100011 1000111 0 10100 11011111 1100001 101001

Color Harmonies of #033BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BCC

Black with #033BCC

Text Example


Text Example

White with #033BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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