Html Css Color HEX #325CBC Cerulean Blue

📋 copy color: '#325CBC'

red 50 ◦ green 92 ◦ blue 188

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

Shades of Cerulean Blue #325CBC

Tints of Cerulean Blue #325CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 15.15%
G = 27.88%
B = 56.97%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#325CBC (or 0x325CBC) is known color: Cerulean Blue. HEX triplet: 32, 5C and BC. RGB value is (50,92,188). Sum of RGB (Red+Green+Blue) = 50+92+188=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #325CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CBC is #CDA343. Grayscale: #595959. Windows color (decimal): -13476676 or 12344370. OLE color: 12344370.

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

Color convert

RGB 50 92 188 -
CMYK 0.73 0.51 0 0.26
HSL 221.74º 0.58% 0.47% -
HSV(B) 221.74º 0.73% 0.74% -
XYZ 14.22 11.96 49.14 -
YUV 90.39 183.09 99.19 -
System Red Green Blue C M Y K H S L
Decimal 50 92 188 0.73 0.51 0 0.26 221.74 0.58 0.47
Hex 32 5C BC 49 33 0 1A DE 3A 2F
Octal 62 134 274 111 63 0 32 336 72 57
Binary 110010 1011100 10111100 1001001 110011 0 11010 11011110 111010 101111

Color Harmonies of #325CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CBC

Black with #325CBC

Text Example


Text Example

White with #325CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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