Html Css Color HEX #325FB4 Cerulean Blue

📋 copy color: '#325FB4'

red 50 ◦ green 95 ◦ blue 180

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

Shades of Cerulean Blue #325FB4

Tints of Cerulean Blue #325FB4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.23%

 BLUE value IS 180 (70.7% from 255) = 55.38%

R = 15.38%
G = 29.23%
B = 55.38%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#325FB4 (or 0x325FB4) is known color: Cerulean Blue. HEX triplet: 32, 5F and B4. RGB value is (50,95,180). Sum of RGB (Red+Green+Blue) = 50+95+180=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #325FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FB4 is #CDA04B. Grayscale: #5A5A5A. Windows color (decimal): -13475916 or 11820850. OLE color: 11820850.

HSL color Cylindrical-coordinate representation of color #325FB4: hue angle of 219.23º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #325FB4 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 95 180 -
CMYK 0.72 0.47 0 0.29
HSL 219.23º 0.57% 0.45% -
HSV(B) 219.23º 0.72% 0.71% -
XYZ 13.65 12.16 44.81 -
YUV 91.24 178.09 98.59 -
System Red Green Blue C M Y K H S L
Decimal 50 95 180 0.72 0.47 0 0.29 219.23 0.57 0.45
Hex 32 5F B4 48 2F 0 1D DB 39 2D
Octal 62 137 264 110 57 0 35 333 71 55
Binary 110010 1011111 10110100 1001000 101111 0 11101 11011011 111001 101101

Color Harmonies of #325FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FB4

Black with #325FB4

Text Example


Text Example

White with #325FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,95,180); }

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

background-color css

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

 a { background-color: rgb(50,95,180); }

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

border-color css

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

 span { border-color: rgb(50,95,180); }

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