Html Css Color HEX #3545BE Cerulean Blue

📋 copy color: '#3545BE'

red 53 ◦ green 69 ◦ blue 190

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

Shades of Cerulean Blue #3545BE

Tints of Cerulean Blue #3545BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 16.99%
G = 22.12%
B = 60.9%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3545BE (or 0x3545BE) is known color: Cerulean Blue. HEX triplet: 35, 45 and BE. RGB value is (53,69,190). Sum of RGB (Red+Green+Blue) = 53+69+190=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #3545BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3545BE is #CABA41. Grayscale: #4D4D4D. Windows color (decimal): -13285954 or 12469557. OLE color: 12469557.

HSL color Cylindrical-coordinate representation of color #3545BE: hue angle of 232.99º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3545BE is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 69 190 -
CMYK 0.72 0.64 0 0.25
HSL 232.99º 0.56% 0.48% -
HSV(B) 232.99º 0.72% 0.75% -
XYZ 12.89 8.73 49.72 -
YUV 78.01 191.2 110.16 -
System Red Green Blue C M Y K H S L
Decimal 53 69 190 0.72 0.64 0 0.25 232.99 0.56 0.48
Hex 35 45 BE 48 40 0 19 E9 38 30
Octal 65 105 276 110 100 0 31 351 70 60
Binary 110101 1000101 10111110 1001000 1000000 0 11001 11101001 111000 110000

Color Harmonies of #3545BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3545BE

Black with #3545BE

Text Example


Text Example

White with #3545BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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