Html Css Color HEX #354FC1 Cerulean Blue

📋 copy color: '#354FC1'

red 53 ◦ green 79 ◦ blue 193

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

Shades of Cerulean Blue #354FC1

Tints of Cerulean Blue #354FC1

RGB

 RED value IS 53 (21.09% from 255) = 16.31%

 GREEN value IS 79 (31.25% from 255) = 24.31%

 BLUE value IS 193 (75.78% from 255) = 59.38%

R = 16.31%
G = 24.31%
B = 59.38%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#354FC1 (or 0x354FC1) is known color: Cerulean Blue. HEX triplet: 35, 4F and C1. RGB value is (53,79,193). Sum of RGB (Red+Green+Blue) = 53+79+193=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #354FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FC1 is #CAB03E. Grayscale: #535353. Windows color (decimal): -13283391 or 12668725. OLE color: 12668725.

HSL color Cylindrical-coordinate representation of color #354FC1: hue angle of 228.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #354FC1 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 79 193 -
CMYK 0.73 0.59 0 0.24
HSL 228.86º 0.57% 0.48% -
HSV(B) 228.86º 0.73% 0.76% -
XYZ 13.89 10.2 51.69 -
YUV 84.22 189.39 105.73 -
System Red Green Blue C M Y K H S L
Decimal 53 79 193 0.73 0.59 0 0.24 228.86 0.57 0.48
Hex 35 4F C1 49 3B 0 18 E5 39 30
Octal 65 117 301 111 73 0 30 345 71 60
Binary 110101 1001111 11000001 1001001 111011 0 11000 11100101 111001 110000

Color Harmonies of #354FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354FC1

Black with #354FC1

Text Example


Text Example

White with #354FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354FC1; }

 p { color: rgb(53,79,193); }

 H1.HeaderClassName
 {
   color: #354FC1;
 }
 .AnyTagClassName
 {
   color: #354FC1;
 }
</style>

background-color css

<style>
 a { background-color: #354FC1; }

 a { background-color: rgb(53,79,193); }

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

border-color css

<style>
 span { border-color: #354FC1; }

 span { border-color: rgb(53,79,193); }

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