Html Css Color HEX #0334C9 Persian Blue

📋 copy color: '#0334C9'

red 3 ◦ green 52 ◦ blue 201

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

Shades of Persian Blue #0334C9

Tints of Persian Blue #0334C9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

 BLUE value IS 201 (78.91% from 255) = 78.52%

R = 1.17%
G = 20.31%
B = 78.52%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0334C9 (or 0x0334C9) is known color: Persian Blue. HEX triplet: 03, 34 and C9. RGB value is (3,52,201). Sum of RGB (Red+Green+Blue) = 3+52+201=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 201 (78.91% from 255 or 78.52% from 256); Max value from RGB is 201 - color contains mainly: blue. Hex color #0334C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0334C9 is #FCCB36. Grayscale: #353535. Windows color (decimal): -16567095 or 13186051. OLE color: 13186051.

HSL color Cylindrical-coordinate representation of color #0334C9: hue angle of 225.15º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0334C9 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 52 201 -
CMYK 0.99 0.74 0 0.21
HSL 225.15º 0.97% 0.4% -
HSV(B) 225.15º 0.99% 0.79% -
XYZ 11.81 6.69 55.93 -
YUV 54.34 210.77 91.38 -
System Red Green Blue C M Y K H S L
Decimal 3 52 201 0.99 0.74 0 0.21 225.15 0.97 0.4
Hex 3 34 C9 63 4A 0 15 E1 61 28
Octal 3 64 311 143 112 0 25 341 141 50
Binary 11 110100 11001001 1100011 1001010 0 10101 11100001 1100001 101000

Color Harmonies of #0334C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0334C9

Black with #0334C9

Text Example


Text Example

White with #0334C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0334C9; }

 p { color: rgb(3,52,201); }

 H1.HeaderClassName
 {
   color: #0334C9;
 }
 .AnyTagClassName
 {
   color: #0334C9;
 }
</style>

background-color css

<style>
 a { background-color: #0334C9; }

 a { background-color: rgb(3,52,201); }

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

border-color css

<style>
 span { border-color: #0334C9; }

 span { border-color: rgb(3,52,201); }

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