Html Css Color HEX #3256B1 Cerulean Blue

📋 copy color: '#3256B1'

red 50 ◦ green 86 ◦ blue 177

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

Shades of Cerulean Blue #3256B1

Tints of Cerulean Blue #3256B1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

 BLUE value IS 177 (69.53% from 255) = 56.55%

R = 15.97%
G = 27.48%
B = 56.55%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3256B1 (or 0x3256B1) is known color: Cerulean Blue. HEX triplet: 32, 56 and B1. RGB value is (50,86,177). Sum of RGB (Red+Green+Blue) = 50+86+177=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 177 (69.53% from 255 or 56.55% from 313); Max value from RGB is 177 - color contains mainly: blue. Hex color #3256B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3256B1 is #CDA94E. Grayscale: #555555. Windows color (decimal): -13478223 or 11621938. OLE color: 11621938.

HSL color Cylindrical-coordinate representation of color #3256B1: hue angle of 222.99º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3256B1 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 86 177 -
CMYK 0.72 0.51 0 0.31
HSL 222.99º 0.56% 0.45% -
HSV(B) 222.99º 0.72% 0.69% -
XYZ 12.58 10.51 42.96 -
YUV 85.61 179.57 102.6 -
System Red Green Blue C M Y K H S L
Decimal 50 86 177 0.72 0.51 0 0.31 222.99 0.56 0.45
Hex 32 56 B1 48 33 0 1F DF 38 2D
Octal 62 126 261 110 63 0 37 337 70 55
Binary 110010 1010110 10110001 1001000 110011 0 11111 11011111 111000 101101

Color Harmonies of #3256B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3256B1

Black with #3256B1

Text Example


Text Example

White with #3256B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3256B1; }

 p { color: rgb(50,86,177); }

 H1.HeaderClassName
 {
   color: #3256B1;
 }
 .AnyTagClassName
 {
   color: #3256B1;
 }
</style>

background-color css

<style>
 a { background-color: #3256B1; }

 a { background-color: rgb(50,86,177); }

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

border-color css

<style>
 span { border-color: #3256B1; }

 span { border-color: rgb(50,86,177); }

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