Html Css Color HEX #2945AA Cerulean Blue

📋 copy color: '#2945AA'

red 41 ◦ green 69 ◦ blue 170

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

Shades of Cerulean Blue #2945AA

Tints of Cerulean Blue #2945AA

RGB

 RED value IS 41 (16.41% from 255) = 14.64%

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

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

R = 14.64%
G = 24.64%
B = 60.71%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2945AA (or 0x2945AA) is known color: Cerulean Blue. HEX triplet: 29, 45 and AA. RGB value is (41,69,170). Sum of RGB (Red+Green+Blue) = 41+69+170=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #2945AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2945AA is #D6BA55. Grayscale: #474747. Windows color (decimal): -14072406 or 11158825. OLE color: 11158825.

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

Color convert

RGB 41 69 170 -
CMYK 0.76 0.59 0 0.33
HSL 226.98º 0.61% 0.41% -
HSV(B) 226.98º 0.76% 0.67% -
XYZ 10.3 7.63 38.96 -
YUV 72.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 41 69 170 0.76 0.59 0 0.33 226.98 0.61 0.41
Hex 29 45 AA 4C 3B 0 21 E3 3D 29
Octal 51 105 252 114 73 0 41 343 75 51
Binary 101001 1000101 10101010 1001100 111011 0 100001 11100011 111101 101001

Color Harmonies of #2945AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2945AA

Black with #2945AA

Text Example


Text Example

White with #2945AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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