Html Css Color HEX #3314CC Persian Blue

📋 copy color: '#3314CC'

red 51 ◦ green 20 ◦ blue 204

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

Shades of Persian Blue #3314CC

Tints of Persian Blue #3314CC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

 BLUE value IS 204 (80.08% from 255) = 74.18%

R = 18.55%
G = 7.27%
B = 74.18%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3314CC (or 0x3314CC) is known color: Persian Blue. HEX triplet: 33, 14 and CC. RGB value is (51,20,204). Sum of RGB (Red+Green+Blue) = 51+20+204=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #3314CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3314CC is #CCEB33. Grayscale: #313131. Windows color (decimal): -13429556 or 13374515. OLE color: 13374515.

HSL color Cylindrical-coordinate representation of color #3314CC: hue angle of 250.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3314CC is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 20 204 -
CMYK 0.75 0.90 0 0.2
HSL 250.11º 0.82% 0.44% -
HSV(B) 250.11º 0.9% 0.8% -
XYZ 12.51 5.56 57.54 -
YUV 50.25 214.77 128.54 -
System Red Green Blue C M Y K H S L
Decimal 51 20 204 0.75 0.90 0 0.2 250.11 0.82 0.44
Hex 33 14 CC 4B 5A 0 14 FA 52 2C
Octal 63 24 314 113 132 0 24 372 122 54
Binary 110011 10100 11001100 1001011 1011010 0 10100 11111010 1010010 101100

Color Harmonies of #3314CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3314CC

Black with #3314CC

Text Example


Text Example

White with #3314CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3314CC; }

 p { color: rgb(51,20,204); }

 H1.HeaderClassName
 {
   color: #3314CC;
 }
 .AnyTagClassName
 {
   color: #3314CC;
 }
</style>

background-color css

<style>
 a { background-color: #3314CC; }

 a { background-color: rgb(51,20,204); }

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

border-color css

<style>
 span { border-color: #3314CC; }

 span { border-color: rgb(51,20,204); }

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