#3334CA

Color #3334CA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3334CA

Tints of Persian Blue #3334CA

Color information

#3334CA (or 0x3334CA) is unknown color: approx Persian Blue. HEX triplet: 33, 34 and CA. RGB value is (51,52,202). Sum of RGB (Red+Green+Blue) = 51+52+202=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #3334CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3334CA is #CCCB35. Grayscale: #444444. Windows color (decimal): -13421366 or 13251635. OLE color: 13251635.

HSL color Cylindrical-coordinate representation of color #3334CA: hue angle of 239.6º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3334CA is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5152202-
CMYK0.750.7400.21
HSL239.6º59.68%49.61%-
HSV(B)239.6º74.75%79.22%-
XYZ13.257.4256.61-
YUV68.8203.17115.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 202 (79.30% from 255) = 66.23%
R=16.72%
G=17.05%
B=66.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51522020.750.7400.21239.659.6849.61
Hex3334CA4B4A015f03c32
Octal63643121131120253607462
Binary110011110100110010101001011100101001010111110000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3334CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3334CA;
 }
 .AnyTagClassName
 {
   color: #3334CA;
 }
</style>
background-color css

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

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

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

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

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

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