Html Css Color HEX #2D50A4 Cerulean Blue

📋 copy color: '#2D50A4'

red 45 ◦ green 80 ◦ blue 164

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

Shades of Cerulean Blue #2D50A4

Tints of Cerulean Blue #2D50A4

RGB

 RED value IS 45 (17.97% from 255) = 15.57%

 GREEN value IS 80 (31.64% from 255) = 27.68%

 BLUE value IS 164 (64.45% from 255) = 56.75%

R = 15.57%
G = 27.68%
B = 56.75%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2D50A4 (or 0x2D50A4) is known color: Cerulean Blue. HEX triplet: 2D, 50 and A4. RGB value is (45,80,164). Sum of RGB (Red+Green+Blue) = 45+80+164=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 164 (64.45% from 255 or 56.75% from 289); Max value from RGB is 164 - color contains mainly: blue. Hex color #2D50A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D50A4 is #D2AF5B. Grayscale: #4E4E4E. Windows color (decimal): -13807452 or 10768429. OLE color: 10768429.

HSL color Cylindrical-coordinate representation of color #2D50A4: hue angle of 222.35º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D50A4 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 45 80 164 -
CMYK 0.73 0.51 0 0.36
HSL 222.35º 0.57% 0.41% -
HSV(B) 222.35º 0.73% 0.64% -
XYZ 10.65 8.98 36.29 -
YUV 79.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 45 80 164 0.73 0.51 0 0.36 222.35 0.57 0.41
Hex 2D 50 A4 49 33 0 24 DE 39 29
Octal 55 120 244 111 63 0 44 336 71 51
Binary 101101 1010000 10100100 1001001 110011 0 100100 11011110 111001 101001

Color Harmonies of #2D50A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D50A4

Black with #2D50A4

Text Example


Text Example

White with #2D50A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D50A4; }

 p { color: rgb(45,80,164); }

 H1.HeaderClassName
 {
   color: #2D50A4;
 }
 .AnyTagClassName
 {
   color: #2D50A4;
 }
</style>

background-color css

<style>
 a { background-color: #2D50A4; }

 a { background-color: rgb(45,80,164); }

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

border-color css

<style>
 span { border-color: #2D50A4; }

 span { border-color: rgb(45,80,164); }

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