Html Css Color HEX #3545BA Cerulean Blue

📋 copy color: '#3545BA'

red 53 ◦ green 69 ◦ blue 186

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

Shades of Cerulean Blue #3545BA

Tints of Cerulean Blue #3545BA

RGB

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

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

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

R = 17.21%
G = 22.4%
B = 60.39%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3545BA (or 0x3545BA) is known color: Cerulean Blue. HEX triplet: 35, 45 and BA. RGB value is (53,69,186). Sum of RGB (Red+Green+Blue) = 53+69+186=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #3545BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3545BA is #CABA45. Grayscale: #4D4D4D. Windows color (decimal): -13285958 or 12207413. OLE color: 12207413.

HSL color Cylindrical-coordinate representation of color #3545BA: hue angle of 232.78º 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 #3545BA is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 69 186 -
CMYK 0.72 0.63 0 0.27
HSL 232.78º 0.56% 0.47% -
HSV(B) 232.78º 0.72% 0.73% -
XYZ 12.46 8.56 47.45 -
YUV 77.55 189.2 110.49 -
System Red Green Blue C M Y K H S L
Decimal 53 69 186 0.72 0.63 0 0.27 232.78 0.56 0.47
Hex 35 45 BA 48 3F 0 1B E9 38 2F
Octal 65 105 272 110 77 0 33 351 70 57
Binary 110101 1000101 10111010 1001000 111111 0 11011 11101001 111000 101111

Color Harmonies of #3545BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3545BA

Black with #3545BA

Text Example


Text Example

White with #3545BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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