Html Css Color HEX #333ACE Persian Blue

📋 copy color: '#333ACE'

red 51 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #333ACE

Tints of Persian Blue #333ACE

RGB

 RED value IS 51 (20.31% from 255) = 16.19%

 GREEN value IS 58 (23.05% from 255) = 18.41%

 BLUE value IS 206 (80.86% from 255) = 65.4%

R = 16.19%
G = 18.41%
B = 65.4%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#333ACE (or 0x333ACE) is known color: Persian Blue. HEX triplet: 33, 3A and CE. RGB value is (51,58,206). Sum of RGB (Red+Green+Blue) = 51+58+206=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #333ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333ACE is #CCC531. Grayscale: #484848. Windows color (decimal): -13419826 or 13515315. OLE color: 13515315.

HSL color Cylindrical-coordinate representation of color #333ACE: hue angle of 237.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #333ACE is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 58 206 -
CMYK 0.75 0.72 0 0.19
HSL 237.29º 0.61% 0.5% -
HSV(B) 237.29º 0.75% 0.81% -
XYZ 14.02 8.19 59.23 -
YUV 72.78 203.18 112.47 -
System Red Green Blue C M Y K H S L
Decimal 51 58 206 0.75 0.72 0 0.19 237.29 0.61 0.5
Hex 33 3A CE 4B 48 0 13 ED 3D 32
Octal 63 72 316 113 110 0 23 355 75 62
Binary 110011 111010 11001110 1001011 1001000 0 10011 11101101 111101 110010

Color Harmonies of #333ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333ACE

Black with #333ACE

Text Example


Text Example

White with #333ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333ACE; }

 p { color: rgb(51,58,206); }

 H1.HeaderClassName
 {
   color: #333ACE;
 }
 .AnyTagClassName
 {
   color: #333ACE;
 }
</style>

background-color css

<style>
 a { background-color: #333ACE; }

 a { background-color: rgb(51,58,206); }

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

border-color css

<style>
 span { border-color: #333ACE; }

 span { border-color: rgb(51,58,206); }

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