Html Css Color HEX #3251CD Cerulean Blue

📋 copy color: '#3251CD'

red 50 ◦ green 81 ◦ blue 205

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

Shades of Cerulean Blue #3251CD

Tints of Cerulean Blue #3251CD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

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

R = 14.88%
G = 24.11%
B = 61.01%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3251CD (or 0x3251CD) is known color: Cerulean Blue. HEX triplet: 32, 51 and CD. RGB value is (50,81,205). Sum of RGB (Red+Green+Blue) = 50+81+205=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #3251CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3251CD is #CDAE32. Grayscale: #555555. Windows color (decimal): -13479475 or 13455666. OLE color: 13455666.

HSL color Cylindrical-coordinate representation of color #3251CD: hue angle of 228º 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 #3251CD is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 81 205 -
CMYK 0.76 0.60 0 0.20
HSL 228º 0.61% 0.5% -
HSV(B) 228º 0.76% 0.8% -
XYZ 15.28 10.97 59.07 -
YUV 85.87 195.23 102.42 -
System Red Green Blue C M Y K H S L
Decimal 50 81 205 0.76 0.60 0 0.20 228 0.61 0.5
Hex 32 51 CD 4C 3C 0 14 E4 3D 32
Octal 62 121 315 114 74 0 24 344 75 62
Binary 110010 1010001 11001101 1001100 111100 0 10100 11100100 111101 110010

Color Harmonies of #3251CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3251CD

Black with #3251CD

Text Example


Text Example

White with #3251CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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