Html Css Color HEX #3256AE Cerulean Blue

📋 copy color: '#3256AE'

red 50 ◦ green 86 ◦ blue 174

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

Shades of Cerulean Blue #3256AE

Tints of Cerulean Blue #3256AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 16.13%
G = 27.74%
B = 56.13%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3256AE (or 0x3256AE) is known color: Cerulean Blue. HEX triplet: 32, 56 and AE. RGB value is (50,86,174). Sum of RGB (Red+Green+Blue) = 50+86+174=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #3256AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3256AE is #CDA951. Grayscale: #545454. Windows color (decimal): -13478226 or 11425330. OLE color: 11425330.

HSL color Cylindrical-coordinate representation of color #3256AE: hue angle of 222.58º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3256AE is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 86 174 -
CMYK 0.71 0.51 0 0.32
HSL 222.58º 0.55% 0.44% -
HSV(B) 222.58º 0.71% 0.68% -
XYZ 12.28 10.39 41.4 -
YUV 85.27 178.07 102.84 -
System Red Green Blue C M Y K H S L
Decimal 50 86 174 0.71 0.51 0 0.32 222.58 0.55 0.44
Hex 32 56 AE 47 33 0 20 DF 37 2C
Octal 62 126 256 107 63 0 40 337 67 54
Binary 110010 1010110 10101110 1000111 110011 0 100000 11011111 110111 101100

Color Harmonies of #3256AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3256AE

Black with #3256AE

Text Example


Text Example

White with #3256AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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