Html Css Color HEX #3445AD Cerulean Blue

📋 copy color: '#3445AD'

red 52 ◦ green 69 ◦ blue 173

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

Shades of Cerulean Blue #3445AD

Tints of Cerulean Blue #3445AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.84%

R = 17.69%
G = 23.47%
B = 58.84%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3445AD (or 0x3445AD) is known color: Cerulean Blue. HEX triplet: 34, 45 and AD. RGB value is (52,69,173). Sum of RGB (Red+Green+Blue) = 52+69+173=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #3445AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3445AD is #CBBA52. Grayscale: #4B4B4B. Windows color (decimal): -13351507 or 11355444. OLE color: 11355444.

HSL color Cylindrical-coordinate representation of color #3445AD: hue angle of 231.57º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3445AD is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 69 173 -
CMYK 0.70 0.60 0 0.32
HSL 231.57º 0.54% 0.44% -
HSV(B) 231.57º 0.7% 0.68% -
XYZ 11.09 8 40.5 -
YUV 75.77 182.87 111.04 -
System Red Green Blue C M Y K H S L
Decimal 52 69 173 0.70 0.60 0 0.32 231.57 0.54 0.44
Hex 34 45 AD 46 3C 0 20 E8 36 2C
Octal 64 105 255 106 74 0 40 350 66 54
Binary 110100 1000101 10101101 1000110 111100 0 100000 11101000 110110 101100

Color Harmonies of #3445AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3445AD

Black with #3445AD

Text Example


Text Example

White with #3445AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3445AD; }

 p { color: rgb(52,69,173); }

 H1.HeaderClassName
 {
   color: #3445AD;
 }
 .AnyTagClassName
 {
   color: #3445AD;
 }
</style>

background-color css

<style>
 a { background-color: #3445AD; }

 a { background-color: rgb(52,69,173); }

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

border-color css

<style>
 span { border-color: #3445AD; }

 span { border-color: rgb(52,69,173); }

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