Html Css Color HEX #2D45AD Cerulean Blue

📋 copy color: '#2D45AD'

red 45 ◦ green 69 ◦ blue 173

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

Shades of Cerulean Blue #2D45AD

Tints of Cerulean Blue #2D45AD

RGB

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

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

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

R = 15.68%
G = 24.04%
B = 60.28%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2D45AD (or 0x2D45AD) is known color: Cerulean Blue. HEX triplet: 2D, 45 and AD. RGB value is (45,69,173). Sum of RGB (Red+Green+Blue) = 45+69+173=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D45AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D45AD is #D2BA52. Grayscale: #494949. Windows color (decimal): -13810259 or 11355437. OLE color: 11355437.

HSL color Cylindrical-coordinate representation of color #2D45AD: hue angle of 228.75º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D45AD is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 45 69 173 -
CMYK 0.74 0.60 0 0.32
HSL 228.75º 0.59% 0.43% -
HSV(B) 228.75º 0.74% 0.68% -
XYZ 10.75 7.83 40.48 -
YUV 73.68 184.05 107.54 -
System Red Green Blue C M Y K H S L
Decimal 45 69 173 0.74 0.60 0 0.32 228.75 0.59 0.43
Hex 2D 45 AD 4A 3C 0 20 E5 3B 2B
Octal 55 105 255 112 74 0 40 345 73 53
Binary 101101 1000101 10101101 1001010 111100 0 100000 11100101 111011 101011

Color Harmonies of #2D45AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D45AD

Black with #2D45AD

Text Example


Text Example

White with #2D45AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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