Html Css Color HEX #3256CD Cerulean Blue

📋 copy color: '#3256CD'

red 50 ◦ green 86 ◦ blue 205

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

Shades of Cerulean Blue #3256CD

Tints of Cerulean Blue #3256CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.12%

R = 14.66%
G = 25.22%
B = 60.12%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3256CD (or 0x3256CD) is known color: Cerulean Blue. HEX triplet: 32, 56 and CD. RGB value is (50,86,205). Sum of RGB (Red+Green+Blue) = 50+86+205=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #3256CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3256CD is #CDA932. Grayscale: #585858. Windows color (decimal): -13478195 or 13456946. OLE color: 13456946.

HSL color Cylindrical-coordinate representation of color #3256CD: hue angle of 226.06º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3256CD is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 86 205 -
CMYK 0.76 0.58 0 0.20
HSL 226.06º 0.61% 0.5% -
HSV(B) 226.06º 0.76% 0.8% -
XYZ 15.66 11.74 59.2 -
YUV 88.8 193.57 100.32 -
System Red Green Blue C M Y K H S L
Decimal 50 86 205 0.76 0.58 0 0.20 226.06 0.61 0.5
Hex 32 56 CD 4C 3A 0 14 E2 3D 32
Octal 62 126 315 114 72 0 24 342 75 62
Binary 110010 1010110 11001101 1001100 111010 0 10100 11100010 111101 110010

Color Harmonies of #3256CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3256CD

Black with #3256CD

Text Example


Text Example

White with #3256CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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