Html Css Color HEX #3545A6 Cerulean Blue

📋 copy color: '#3545A6'

red 53 ◦ green 69 ◦ blue 166

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

Shades of Cerulean Blue #3545A6

Tints of Cerulean Blue #3545A6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.96%

 BLUE value IS 166 (65.23% from 255) = 57.64%

R = 18.4%
G = 23.96%
B = 57.64%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3545A6 (or 0x3545A6) is known color: Cerulean Blue. HEX triplet: 35, 45 and A6. RGB value is (53,69,166). Sum of RGB (Red+Green+Blue) = 53+69+166=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 166 (65.23% from 255 or 57.64% from 288); Max value from RGB is 166 - color contains mainly: blue. Hex color #3545A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3545A6 is #CABA59. Grayscale: #4A4A4A. Windows color (decimal): -13285978 or 10896693. OLE color: 10896693.

HSL color Cylindrical-coordinate representation of color #3545A6: hue angle of 231.5º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3545A6 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 53 69 166 -
CMYK 0.68 0.58 0 0.35
HSL 231.5º 0.52% 0.43% -
HSV(B) 231.5º 0.68% 0.65% -
XYZ 10.48 7.77 37.02 -
YUV 75.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 53 69 166 0.68 0.58 0 0.35 231.5 0.52 0.43
Hex 35 45 A6 44 3A 0 23 E8 34 2B
Octal 65 105 246 104 72 0 43 350 64 53
Binary 110101 1000101 10100110 1000100 111010 0 100011 11101000 110100 101011

Color Harmonies of #3545A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3545A6

Black with #3545A6

Text Example


Text Example

White with #3545A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3545A6; }

 p { color: rgb(53,69,166); }

 H1.HeaderClassName
 {
   color: #3545A6;
 }
 .AnyTagClassName
 {
   color: #3545A6;
 }
</style>

background-color css

<style>
 a { background-color: #3545A6; }

 a { background-color: rgb(53,69,166); }

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

border-color css

<style>
 span { border-color: #3545A6; }

 span { border-color: rgb(53,69,166); }

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