Html Css Color HEX #325BBA Cerulean Blue

📋 copy color: '#325BBA'

red 50 ◦ green 91 ◦ blue 186

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

Shades of Cerulean Blue #325BBA

Tints of Cerulean Blue #325BBA

RGB

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

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

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

R = 15.29%
G = 27.83%
B = 56.88%

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

#325BBA (or 0x325BBA) is known color: Cerulean Blue. HEX triplet: 32, 5B and BA. RGB value is (50,91,186). Sum of RGB (Red+Green+Blue) = 50+91+186=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #325BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BBA is #CDA445. Grayscale: #595959. Windows color (decimal): -13476934 or 12213042. OLE color: 12213042.

HSL color Cylindrical-coordinate representation of color #325BBA: hue angle of 221.91º 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 #325BBA is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 91 186 -
CMYK 0.73 0.51 0 0.27
HSL 221.91º 0.58% 0.46% -
HSV(B) 221.91º 0.73% 0.73% -
XYZ 13.92 11.71 47.98 -
YUV 89.57 182.42 99.78 -
System Red Green Blue C M Y K H S L
Decimal 50 91 186 0.73 0.51 0 0.27 221.91 0.58 0.46
Hex 32 5B BA 49 33 0 1B DE 3A 2E
Octal 62 133 272 111 63 0 33 336 72 56
Binary 110010 1011011 10111010 1001001 110011 0 11011 11011110 111010 101110

Color Harmonies of #325BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BBA

Black with #325BBA

Text Example


Text Example

White with #325BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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