Html Css Color HEX #325CB3 Cerulean Blue

📋 copy color: '#325CB3'

red 50 ◦ green 92 ◦ blue 179

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

Shades of Cerulean Blue #325CB3

Tints of Cerulean Blue #325CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.76%

R = 15.58%
G = 28.66%
B = 55.76%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#325CB3 (or 0x325CB3) is known color: Cerulean Blue. HEX triplet: 32, 5C and B3. RGB value is (50,92,179). Sum of RGB (Red+Green+Blue) = 50+92+179=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #325CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CB3 is #CDA34C. Grayscale: #585858. Windows color (decimal): -13476685 or 11754546. OLE color: 11754546.

HSL color Cylindrical-coordinate representation of color #325CB3: hue angle of 220.47º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #325CB3 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 92 179 -
CMYK 0.72 0.49 0 0.30
HSL 220.47º 0.56% 0.45% -
HSV(B) 220.47º 0.72% 0.7% -
XYZ 13.28 11.59 44.18 -
YUV 89.36 178.59 99.93 -
System Red Green Blue C M Y K H S L
Decimal 50 92 179 0.72 0.49 0 0.30 220.47 0.56 0.45
Hex 32 5C B3 48 31 0 1E DC 38 2D
Octal 62 134 263 110 61 0 36 334 70 55
Binary 110010 1011100 10110011 1001000 110001 0 11110 11011100 111000 101101

Color Harmonies of #325CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CB3

Black with #325CB3

Text Example


Text Example

White with #325CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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