Html Css Color HEX #3261CE Cerulean Blue

📋 copy color: '#3261CE'

red 50 ◦ green 97 ◦ blue 206

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

Shades of Cerulean Blue #3261CE

Tints of Cerulean Blue #3261CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 14.16%
G = 27.48%
B = 58.36%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3261CE (or 0x3261CE) is known color: Cerulean Blue. HEX triplet: 32, 61 and CE. RGB value is (50,97,206). Sum of RGB (Red+Green+Blue) = 50+97+206=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #3261CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3261CE is #CD9E31. Grayscale: #5E5E5E. Windows color (decimal): -13475378 or 13525298. OLE color: 13525298.

HSL color Cylindrical-coordinate representation of color #3261CE: hue angle of 221.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3261CE is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 97 206 -
CMYK 0.76 0.53 0 0.19
HSL 221.92º 0.61% 0.5% -
HSV(B) 221.92º 0.76% 0.81% -
XYZ 16.73 13.68 60.15 -
YUV 95.37 190.43 95.64 -
System Red Green Blue C M Y K H S L
Decimal 50 97 206 0.76 0.53 0 0.19 221.92 0.61 0.5
Hex 32 61 CE 4C 35 0 13 DE 3D 32
Octal 62 141 316 114 65 0 23 336 75 62
Binary 110010 1100001 11001110 1001100 110101 0 10011 11011110 111101 110010

Color Harmonies of #3261CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3261CE

Black with #3261CE

Text Example


Text Example

White with #3261CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3261CE; }

 p { color: rgb(50,97,206); }

 H1.HeaderClassName
 {
   color: #3261CE;
 }
 .AnyTagClassName
 {
   color: #3261CE;
 }
</style>

background-color css

<style>
 a { background-color: #3261CE; }

 a { background-color: rgb(50,97,206); }

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

border-color css

<style>
 span { border-color: #3261CE; }

 span { border-color: rgb(50,97,206); }

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