Html Css Color HEX #325BC5 Cerulean Blue

📋 copy color: '#325BC5'

red 50 ◦ green 91 ◦ blue 197

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

Shades of Cerulean Blue #325BC5

Tints of Cerulean Blue #325BC5

RGB

 RED value IS 50 (19.92% from 255) = 14.79%

 GREEN value IS 91 (35.94% from 255) = 26.92%

 BLUE value IS 197 (77.34% from 255) = 58.28%

R = 14.79%
G = 26.92%
B = 58.28%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#325BC5 (or 0x325BC5) is known color: Cerulean Blue. HEX triplet: 32, 5B and C5. RGB value is (50,91,197). Sum of RGB (Red+Green+Blue) = 50+91+197=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 197 (77.34% from 255 or 58.28% from 338); Max value from RGB is 197 - color contains mainly: blue. Hex color #325BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BC5 is #CDA43A. Grayscale: #5A5A5A. Windows color (decimal): -13476923 or 12933938. OLE color: 12933938.

HSL color Cylindrical-coordinate representation of color #325BC5: hue angle of 223.27º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325BC5 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 91 197 -
CMYK 0.75 0.54 0 0.23
HSL 223.27º 0.6% 0.48% -
HSV(B) 223.27º 0.75% 0.77% -
XYZ 15.13 12.19 54.38 -
YUV 90.83 187.92 98.88 -
System Red Green Blue C M Y K H S L
Decimal 50 91 197 0.75 0.54 0 0.23 223.27 0.6 0.48
Hex 32 5B C5 4B 36 0 17 DF 3C 30
Octal 62 133 305 113 66 0 27 337 74 60
Binary 110010 1011011 11000101 1001011 110110 0 10111 11011111 111100 110000

Color Harmonies of #325BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BC5

Black with #325BC5

Text Example


Text Example

White with #325BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325BC5; }

 p { color: rgb(50,91,197); }

 H1.HeaderClassName
 {
   color: #325BC5;
 }
 .AnyTagClassName
 {
   color: #325BC5;
 }
</style>

background-color css

<style>
 a { background-color: #325BC5; }

 a { background-color: rgb(50,91,197); }

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

border-color css

<style>
 span { border-color: #325BC5; }

 span { border-color: rgb(50,91,197); }

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