Html Css Color HEX #2952AF Cerulean Blue

📋 copy color: '#2952AF'

red 41 ◦ green 82 ◦ blue 175

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

Shades of Cerulean Blue #2952AF

Tints of Cerulean Blue #2952AF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.52%

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

R = 13.76%
G = 27.52%
B = 58.72%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2952AF (or 0x2952AF) is known color: Cerulean Blue. HEX triplet: 29, 52 and AF. RGB value is (41,82,175). Sum of RGB (Red+Green+Blue) = 41+82+175=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #2952AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2952AF is #D6AD50. Grayscale: #4F4F4F. Windows color (decimal): -14069073 or 11489833. OLE color: 11489833.

HSL color Cylindrical-coordinate representation of color #2952AF: hue angle of 221.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2952AF is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 82 175 -
CMYK 0.77 0.53 0 0.31
HSL 221.64º 0.62% 0.42% -
HSV(B) 221.64º 0.77% 0.69% -
XYZ 11.67 9.6 41.8 -
YUV 80.34 181.42 99.94 -
System Red Green Blue C M Y K H S L
Decimal 41 82 175 0.77 0.53 0 0.31 221.64 0.62 0.42
Hex 29 52 AF 4D 35 0 1F DE 3E 2A
Octal 51 122 257 115 65 0 37 336 76 52
Binary 101001 1010010 10101111 1001101 110101 0 11111 11011110 111110 101010

Color Harmonies of #2952AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2952AF

Black with #2952AF

Text Example


Text Example

White with #2952AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,82,175); }

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

background-color css

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

 a { background-color: rgb(41,82,175); }

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

border-color css

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

 span { border-color: rgb(41,82,175); }

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