Html Css Color HEX #3256BE Cerulean Blue

📋 copy color: '#3256BE'

red 50 ◦ green 86 ◦ blue 190

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

Shades of Cerulean Blue #3256BE

Tints of Cerulean Blue #3256BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 15.34%
G = 26.38%
B = 58.28%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3256BE (or 0x3256BE) is known color: Cerulean Blue. HEX triplet: 32, 56 and BE. RGB value is (50,86,190). Sum of RGB (Red+Green+Blue) = 50+86+190=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #3256BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3256BE is #CDA941. Grayscale: #565656. Windows color (decimal): -13478210 or 12473906. OLE color: 12473906.

HSL color Cylindrical-coordinate representation of color #3256BE: hue angle of 224.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3256BE is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 86 190 -
CMYK 0.74 0.55 0 0.25
HSL 224.57º 0.58% 0.47% -
HSV(B) 224.57º 0.74% 0.75% -
XYZ 13.94 11.05 50.11 -
YUV 87.09 186.07 101.54 -
System Red Green Blue C M Y K H S L
Decimal 50 86 190 0.74 0.55 0 0.25 224.57 0.58 0.47
Hex 32 56 BE 4A 37 0 19 E1 3A 2F
Octal 62 126 276 112 67 0 31 341 72 57
Binary 110010 1010110 10111110 1001010 110111 0 11001 11100001 111010 101111

Color Harmonies of #3256BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3256BE

Black with #3256BE

Text Example


Text Example

White with #3256BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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