Html Css Color HEX #2D5CAB Cerulean Blue

📋 copy color: '#2D5CAB'

red 45 ◦ green 92 ◦ blue 171

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

Shades of Cerulean Blue #2D5CAB

Tints of Cerulean Blue #2D5CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

 BLUE value IS 171 (67.19% from 255) = 55.52%

R = 14.61%
G = 29.87%
B = 55.52%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2D5CAB (or 0x2D5CAB) is known color: Cerulean Blue. HEX triplet: 2D, 5C and AB. RGB value is (45,92,171). Sum of RGB (Red+Green+Blue) = 45+92+171=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D5CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5CAB is #D2A354. Grayscale: #565656. Windows color (decimal): -13804373 or 11230253. OLE color: 11230253.

HSL color Cylindrical-coordinate representation of color #2D5CAB: hue angle of 217.62º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D5CAB is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 92 171 -
CMYK 0.74 0.46 0 0.33
HSL 217.62º 0.58% 0.42% -
HSV(B) 217.62º 0.74% 0.67% -
XYZ 12.26 11.15 40.03 -
YUV 86.95 175.43 98.08 -
System Red Green Blue C M Y K H S L
Decimal 45 92 171 0.74 0.46 0 0.33 217.62 0.58 0.42
Hex 2D 5C AB 4A 2E 0 21 DA 3A 2A
Octal 55 134 253 112 56 0 41 332 72 52
Binary 101101 1011100 10101011 1001010 101110 0 100001 11011010 111010 101010

Color Harmonies of #2D5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5CAB

Black with #2D5CAB

Text Example


Text Example

White with #2D5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,92,171); }

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

background-color css

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

 a { background-color: rgb(45,92,171); }

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

border-color css

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

 span { border-color: rgb(45,92,171); }

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