Html Css Color HEX #3545AF Cerulean Blue

📋 copy color: '#3545AF'

red 53 ◦ green 69 ◦ blue 175

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

Shades of Cerulean Blue #3545AF

Tints of Cerulean Blue #3545AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.92%

R = 17.85%
G = 23.23%
B = 58.92%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3545AF (or 0x3545AF) is known color: Cerulean Blue. HEX triplet: 35, 45 and AF. RGB value is (53,69,175). Sum of RGB (Red+Green+Blue) = 53+69+175=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #3545AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3545AF is #CABA50. Grayscale: #4B4B4B. Windows color (decimal): -13285969 or 11486517. OLE color: 11486517.

HSL color Cylindrical-coordinate representation of color #3545AF: hue angle of 232.13º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3545AF is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 69 175 -
CMYK 0.70 0.61 0 0.31
HSL 232.13º 0.54% 0.45% -
HSV(B) 232.13º 0.7% 0.69% -
XYZ 11.33 8.11 41.53 -
YUV 76.3 183.7 111.38 -
System Red Green Blue C M Y K H S L
Decimal 53 69 175 0.70 0.61 0 0.31 232.13 0.54 0.45
Hex 35 45 AF 46 3D 0 1F E8 36 2D
Octal 65 105 257 106 75 0 37 350 66 55
Binary 110101 1000101 10101111 1000110 111101 0 11111 11101000 110110 101101

Color Harmonies of #3545AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3545AF

Black with #3545AF

Text Example


Text Example

White with #3545AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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