Html Css Color HEX #325CBF Cerulean Blue

📋 copy color: '#325CBF'

red 50 ◦ green 92 ◦ blue 191

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

Shades of Cerulean Blue #325CBF

Tints of Cerulean Blue #325CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.36%

R = 15.02%
G = 27.63%
B = 57.36%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#325CBF (or 0x325CBF) is known color: Cerulean Blue. HEX triplet: 32, 5C and BF. RGB value is (50,92,191). Sum of RGB (Red+Green+Blue) = 50+92+191=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #325CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CBF is #CDA340. Grayscale: #5A5A5A. Windows color (decimal): -13476673 or 12540978. OLE color: 12540978.

HSL color Cylindrical-coordinate representation of color #325CBF: hue angle of 222.13º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #325CBF is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 92 191 -
CMYK 0.74 0.52 0 0.25
HSL 222.13º 0.59% 0.47% -
HSV(B) 222.13º 0.74% 0.75% -
XYZ 14.55 12.09 50.86 -
YUV 90.73 184.59 98.95 -
System Red Green Blue C M Y K H S L
Decimal 50 92 191 0.74 0.52 0 0.25 222.13 0.59 0.47
Hex 32 5C BF 4A 34 0 19 DE 3B 2F
Octal 62 134 277 112 64 0 31 336 73 57
Binary 110010 1011100 10111111 1001010 110100 0 11001 11011110 111011 101111

Color Harmonies of #325CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CBF

Black with #325CBF

Text Example


Text Example

White with #325CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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