Html Css Color HEX #325CBA Cerulean Blue

📋 copy color: '#325CBA'

red 50 ◦ green 92 ◦ blue 186

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

Shades of Cerulean Blue #325CBA

Tints of Cerulean Blue #325CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

 BLUE value IS 186 (73.05% from 255) = 56.71%

R = 15.24%
G = 28.05%
B = 56.71%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#325CBA (or 0x325CBA) is known color: Cerulean Blue. HEX triplet: 32, 5C and BA. RGB value is (50,92,186). Sum of RGB (Red+Green+Blue) = 50+92+186=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #325CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CBA is #CDA345. Grayscale: #595959. Windows color (decimal): -13476678 or 12213298. OLE color: 12213298.

HSL color Cylindrical-coordinate representation of color #325CBA: hue angle of 221.47º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325CBA is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 92 186 -
CMYK 0.73 0.51 0 0.27
HSL 221.47º 0.58% 0.46% -
HSV(B) 221.47º 0.73% 0.73% -
XYZ 14.01 11.88 48.01 -
YUV 90.16 182.09 99.36 -
System Red Green Blue C M Y K H S L
Decimal 50 92 186 0.73 0.51 0 0.27 221.47 0.58 0.46
Hex 32 5C BA 49 33 0 1B DD 3A 2E
Octal 62 134 272 111 63 0 33 335 72 56
Binary 110010 1011100 10111010 1001001 110011 0 11011 11011101 111010 101110

Color Harmonies of #325CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CBA

Black with #325CBA

Text Example


Text Example

White with #325CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,92,186); }

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

background-color css

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

 a { background-color: rgb(50,92,186); }

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

border-color css

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

 span { border-color: rgb(50,92,186); }

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