Html Css Color HEX #354DB7 Cerulean Blue

📋 copy color: '#354DB7'

red 53 ◦ green 77 ◦ blue 183

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

Shades of Cerulean Blue #354DB7

Tints of Cerulean Blue #354DB7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.6%

 BLUE value IS 183 (71.88% from 255) = 58.47%

R = 16.93%
G = 24.6%
B = 58.47%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#354DB7 (or 0x354DB7) is known color: Cerulean Blue. HEX triplet: 35, 4D and B7. RGB value is (53,77,183). Sum of RGB (Red+Green+Blue) = 53+77+183=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 183 (71.88% from 255 or 58.47% from 313); Max value from RGB is 183 - color contains mainly: blue. Hex color #354DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DB7 is #CAB248. Grayscale: #515151. Windows color (decimal): -13283913 or 12012853. OLE color: 12012853.

HSL color Cylindrical-coordinate representation of color #354DB7: hue angle of 228.92º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354DB7 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 53 77 183 -
CMYK 0.71 0.58 0 0.28
HSL 228.92º 0.55% 0.46% -
HSV(B) 228.92º 0.71% 0.72% -
XYZ 12.67 9.48 45.96 -
YUV 81.91 185.05 107.38 -
System Red Green Blue C M Y K H S L
Decimal 53 77 183 0.71 0.58 0 0.28 228.92 0.55 0.46
Hex 35 4D B7 47 3A 0 1C E5 37 2E
Octal 65 115 267 107 72 0 34 345 67 56
Binary 110101 1001101 10110111 1000111 111010 0 11100 11100101 110111 101110

Color Harmonies of #354DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DB7

Black with #354DB7

Text Example


Text Example

White with #354DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,77,183); }

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

background-color css

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

 a { background-color: rgb(53,77,183); }

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

border-color css

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

 span { border-color: rgb(53,77,183); }

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