Html Css Color HEX #0334CA Persian Blue

📋 copy color: '#0334CA'

red 3 ◦ green 52 ◦ blue 202

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

Shades of Persian Blue #0334CA

Tints of Persian Blue #0334CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 78.6%

R = 1.17%
G = 20.23%
B = 78.6%

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

#0334CA (or 0x0334CA) is known color: Persian Blue. HEX triplet: 03, 34 and CA. RGB value is (3,52,202). Sum of RGB (Red+Green+Blue) = 3+52+202=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 202 (79.30% from 255 or 78.60% from 257); Max value from RGB is 202 - color contains mainly: blue. Hex color #0334CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0334CA is #FCCB35. Grayscale: #353535. Windows color (decimal): -16567094 or 13251587. OLE color: 13251587.

HSL color Cylindrical-coordinate representation of color #0334CA: hue angle of 225.23º 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 #0334CA is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 52 202 -
CMYK 0.99 0.74 0 0.21
HSL 225.23º 0.97% 0.4% -
HSV(B) 225.23º 0.99% 0.79% -
XYZ 11.93 6.74 56.55 -
YUV 54.45 211.27 91.3 -
System Red Green Blue C M Y K H S L
Decimal 3 52 202 0.99 0.74 0 0.21 225.23 0.97 0.4
Hex 3 34 CA 63 4A 0 15 E1 61 28
Octal 3 64 312 143 112 0 25 341 141 50
Binary 11 110100 11001010 1100011 1001010 0 10101 11100001 1100001 101000

Color Harmonies of #0334CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0334CA

Black with #0334CA

Text Example


Text Example

White with #0334CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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