Html Css Color HEX #3114CC Persian Blue

📋 copy color: '#3114CC'

red 49 ◦ green 20 ◦ blue 204

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

Shades of Persian Blue #3114CC

Tints of Persian Blue #3114CC

RGB

 RED value IS 49 (19.53% from 255) = 17.95%

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

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

R = 17.95%
G = 7.33%
B = 74.73%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3114CC (or 0x3114CC) is known color: Persian Blue. HEX triplet: 31, 14 and CC. RGB value is (49,20,204). Sum of RGB (Red+Green+Blue) = 49+20+204=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #3114CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3114CC is #CEEB33. Grayscale: #303030. Windows color (decimal): -13560628 or 13374513. OLE color: 13374513.

HSL color Cylindrical-coordinate representation of color #3114CC: hue angle of 249.46º 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 #3114CC is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 20 204 -
CMYK 0.76 0.90 0 0.2
HSL 249.46º 0.82% 0.44% -
HSV(B) 249.46º 0.9% 0.8% -
XYZ 12.42 5.51 57.54 -
YUV 49.65 215.11 127.54 -
System Red Green Blue C M Y K H S L
Decimal 49 20 204 0.76 0.90 0 0.2 249.46 0.82 0.44
Hex 31 14 CC 4C 5A 0 14 F9 52 2C
Octal 61 24 314 114 132 0 24 371 122 54
Binary 110001 10100 11001100 1001100 1011010 0 10100 11111001 1010010 101100

Color Harmonies of #3114CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3114CC

Black with #3114CC

Text Example


Text Example

White with #3114CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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