Html Css Color HEX #0333D8 Persian Blue

📋 copy color: '#0333D8'

red 3 ◦ green 51 ◦ blue 216

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

Shades of Persian Blue #0333D8

Tints of Persian Blue #0333D8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

 BLUE value IS 216 (84.77% from 255) = 80%

R = 1.11%
G = 18.89%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0333D8 (or 0x0333D8) is known color: Persian Blue. HEX triplet: 03, 33 and D8. RGB value is (3,51,216). Sum of RGB (Red+Green+Blue) = 3+51+216=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 216 (84.77% from 255 or 80% from 270); Max value from RGB is 216 - color contains mainly: blue. Hex color #0333D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0333D8 is #FCCC27. Grayscale: #363636. Windows color (decimal): -16567336 or 14168835. OLE color: 14168835.

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

Color convert

RGB 3 51 216 -
CMYK 0.99 0.76 0 0.15
HSL 226.48º 0.97% 0.43% -
HSV(B) 226.48º 0.99% 0.85% -
XYZ 13.62 7.34 65.67 -
YUV 55.46 218.6 90.58 -
System Red Green Blue C M Y K H S L
Decimal 3 51 216 0.99 0.76 0 0.15 226.48 0.97 0.43
Hex 3 33 D8 63 4C 0 F E2 61 2B
Octal 3 63 330 143 114 0 17 342 141 53
Binary 11 110011 11011000 1100011 1001100 0 1111 11100010 1100001 101011

Color Harmonies of #0333D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0333D8

Black with #0333D8

Text Example


Text Example

White with #0333D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0333D8; }

 p { color: rgb(3,51,216); }

 H1.HeaderClassName
 {
   color: #0333D8;
 }
 .AnyTagClassName
 {
   color: #0333D8;
 }
</style>

background-color css

<style>
 a { background-color: #0333D8; }

 a { background-color: rgb(3,51,216); }

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

border-color css

<style>
 span { border-color: #0333D8; }

 span { border-color: rgb(3,51,216); }

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