Html Css Color HEX #3453BA Cerulean Blue

📋 copy color: '#3453BA'

red 52 ◦ green 83 ◦ blue 186

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

Shades of Cerulean Blue #3453BA

Tints of Cerulean Blue #3453BA

RGB

 RED value IS 52 (20.7% from 255) = 16.2%

 GREEN value IS 83 (32.81% from 255) = 25.86%

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

R = 16.2%
G = 25.86%
B = 57.94%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3453BA (or 0x3453BA) is known color: Cerulean Blue. HEX triplet: 34, 53 and BA. RGB value is (52,83,186). Sum of RGB (Red+Green+Blue) = 52+83+186=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #3453BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3453BA is #CBAC45. Grayscale: #555555. Windows color (decimal): -13347910 or 12210996. OLE color: 12210996.

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

Color convert

RGB 52 83 186 -
CMYK 0.72 0.55 0 0.27
HSL 226.12º 0.56% 0.47% -
HSV(B) 226.12º 0.72% 0.73% -
XYZ 13.37 10.46 47.77 -
YUV 85.47 184.73 104.12 -
System Red Green Blue C M Y K H S L
Decimal 52 83 186 0.72 0.55 0 0.27 226.12 0.56 0.47
Hex 34 53 BA 48 37 0 1B E2 38 2F
Octal 64 123 272 110 67 0 33 342 70 57
Binary 110100 1010011 10111010 1001000 110111 0 11011 11100010 111000 101111

Color Harmonies of #3453BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3453BA

Black with #3453BA

Text Example


Text Example

White with #3453BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,83,186); }

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

background-color css

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

 a { background-color: rgb(52,83,186); }

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

border-color css

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

 span { border-color: rgb(52,83,186); }

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