Html Css Color HEX #3345AA Cerulean Blue

📋 copy color: '#3345AA'

red 51 ◦ green 69 ◦ blue 170

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

Shades of Cerulean Blue #3345AA

Tints of Cerulean Blue #3345AA

RGB

 RED value IS 51 (20.31% from 255) = 17.59%

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

 BLUE value IS 170 (66.8% from 255) = 58.62%

R = 17.59%
G = 23.79%
B = 58.62%

CMYK

 C value IS 0.7

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3345AA (or 0x3345AA) is known color: Cerulean Blue. HEX triplet: 33, 45 and AA. RGB value is (51,69,170). Sum of RGB (Red+Green+Blue) = 51+69+170=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #3345AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3345AA is #CCBA55. Grayscale: #4A4A4A. Windows color (decimal): -13417046 or 11158835. OLE color: 11158835.

HSL color Cylindrical-coordinate representation of color #3345AA: hue angle of 230.92º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3345AA is Cyan = 0.7, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 69 170 -
CMYK 0.7 0.59 0 0.33
HSL 230.92º 0.54% 0.43% -
HSV(B) 230.92º 0.7% 0.67% -
XYZ 10.75 7.86 38.98 -
YUV 75.13 181.54 110.79 -
System Red Green Blue C M Y K H S L
Decimal 51 69 170 0.7 0.59 0 0.33 230.92 0.54 0.43
Hex 33 45 AA 46 3B 0 21 E7 36 2B
Octal 63 105 252 106 73 0 41 347 66 53
Binary 110011 1000101 10101010 1000110 111011 0 100001 11100111 110110 101011

Color Harmonies of #3345AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3345AA

Black with #3345AA

Text Example


Text Example

White with #3345AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3345AA; }

 p { color: rgb(51,69,170); }

 H1.HeaderClassName
 {
   color: #3345AA;
 }
 .AnyTagClassName
 {
   color: #3345AA;
 }
</style>

background-color css

<style>
 a { background-color: #3345AA; }

 a { background-color: rgb(51,69,170); }

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

border-color css

<style>
 span { border-color: #3345AA; }

 span { border-color: rgb(51,69,170); }

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