Html Css Color HEX #354EBA Cerulean Blue

📋 copy color: '#354EBA'

red 53 ◦ green 78 ◦ blue 186

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

Shades of Cerulean Blue #354EBA

Tints of Cerulean Blue #354EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.61%

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 16.72%
G = 24.61%
B = 58.68%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#354EBA (or 0x354EBA) is known color: Cerulean Blue. HEX triplet: 35, 4E and BA. RGB value is (53,78,186). Sum of RGB (Red+Green+Blue) = 53+78+186=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #354EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EBA is #CAB145. Grayscale: #525252. Windows color (decimal): -13283654 or 12209717. OLE color: 12209717.

HSL color Cylindrical-coordinate representation of color #354EBA: hue angle of 228.72º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354EBA is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 78 186 -
CMYK 0.72 0.58 0 0.27
HSL 228.72º 0.56% 0.47% -
HSV(B) 228.72º 0.72% 0.73% -
XYZ 13.06 9.75 47.65 -
YUV 82.84 186.22 106.72 -
System Red Green Blue C M Y K H S L
Decimal 53 78 186 0.72 0.58 0 0.27 228.72 0.56 0.47
Hex 35 4E BA 48 3A 0 1B E5 38 2F
Octal 65 116 272 110 72 0 33 345 70 57
Binary 110101 1001110 10111010 1001000 111010 0 11011 11100101 111000 101111

Color Harmonies of #354EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354EBA

Black with #354EBA

Text Example


Text Example

White with #354EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,78,186); }

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

background-color css

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

 a { background-color: rgb(53,78,186); }

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

border-color css

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

 span { border-color: rgb(53,78,186); }

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