Html Css Color HEX #3125CE Persian Blue

📋 copy color: '#3125CE'

red 49 ◦ green 37 ◦ blue 206

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

Shades of Persian Blue #3125CE

Tints of Persian Blue #3125CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.67%

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

R = 16.78%
G = 12.67%
B = 70.55%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3125CE (or 0x3125CE) is known color: Persian Blue. HEX triplet: 31, 25 and CE. RGB value is (49,37,206). Sum of RGB (Red+Green+Blue) = 49+37+206=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #3125CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3125CE is #CEDA31. Grayscale: #3B3B3B. Windows color (decimal): -13556274 or 13509937. OLE color: 13509937.

HSL color Cylindrical-coordinate representation of color #3125CE: hue angle of 244.26º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3125CE is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 37 206 -
CMYK 0.76 0.82 0 0.19
HSL 244.26º 0.7% 0.48% -
HSV(B) 244.26º 0.82% 0.81% -
XYZ 13.07 6.43 58.95 -
YUV 59.85 210.48 120.26 -
System Red Green Blue C M Y K H S L
Decimal 49 37 206 0.76 0.82 0 0.19 244.26 0.7 0.48
Hex 31 25 CE 4C 52 0 13 F4 46 30
Octal 61 45 316 114 122 0 23 364 106 60
Binary 110001 100101 11001110 1001100 1010010 0 10011 11110100 1000110 110000

Color Harmonies of #3125CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3125CE

Black with #3125CE

Text Example


Text Example

White with #3125CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3125CE; }

 p { color: rgb(49,37,206); }

 H1.HeaderClassName
 {
   color: #3125CE;
 }
 .AnyTagClassName
 {
   color: #3125CE;
 }
</style>

background-color css

<style>
 a { background-color: #3125CE; }

 a { background-color: rgb(49,37,206); }

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

border-color css

<style>
 span { border-color: #3125CE; }

 span { border-color: rgb(49,37,206); }

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