Html Css Color HEX #3548BE Cerulean Blue

📋 copy color: '#3548BE'

red 53 ◦ green 72 ◦ blue 190

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

Shades of Cerulean Blue #3548BE

Tints of Cerulean Blue #3548BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

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

R = 16.83%
G = 22.86%
B = 60.32%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3548BE (or 0x3548BE) is known color: Cerulean Blue. HEX triplet: 35, 48 and BE. RGB value is (53,72,190). Sum of RGB (Red+Green+Blue) = 53+72+190=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #3548BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3548BE is #CAB741. Grayscale: #4F4F4F. Windows color (decimal): -13285186 or 12470325. OLE color: 12470325.

HSL color Cylindrical-coordinate representation of color #3548BE: hue angle of 231.68º 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 #3548BE is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 72 190 -
CMYK 0.72 0.62 0 0.25
HSL 231.68º 0.56% 0.48% -
HSV(B) 231.68º 0.72% 0.75% -
XYZ 13.08 9.11 49.78 -
YUV 79.77 190.21 108.91 -
System Red Green Blue C M Y K H S L
Decimal 53 72 190 0.72 0.62 0 0.25 231.68 0.56 0.48
Hex 35 48 BE 48 3E 0 19 E8 38 30
Octal 65 110 276 110 76 0 31 350 70 60
Binary 110101 1001000 10111110 1001000 111110 0 11001 11101000 111000 110000

Color Harmonies of #3548BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3548BE

Black with #3548BE

Text Example


Text Example

White with #3548BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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