Html Css Color HEX #3050AD Cerulean Blue

📋 copy color: '#3050AD'

red 48 ◦ green 80 ◦ blue 173

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

Shades of Cerulean Blue #3050AD

Tints of Cerulean Blue #3050AD

RGB

 RED value IS 48 (19.14% from 255) = 15.95%

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

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

R = 15.95%
G = 26.58%
B = 57.48%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3050AD (or 0x3050AD) is known color: Cerulean Blue. HEX triplet: 30, 50 and AD. RGB value is (48,80,173). Sum of RGB (Red+Green+Blue) = 48+80+173=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #3050AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3050AD is #CFAF52. Grayscale: #505050. Windows color (decimal): -13610835 or 11358256. OLE color: 11358256.

HSL color Cylindrical-coordinate representation of color #3050AD: hue angle of 224.64º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3050AD is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 80 173 -
CMYK 0.72 0.54 0 0.32
HSL 224.64º 0.57% 0.43% -
HSV(B) 224.64º 0.72% 0.68% -
XYZ 11.63 9.38 40.73 -
YUV 81.03 179.9 104.44 -
System Red Green Blue C M Y K H S L
Decimal 48 80 173 0.72 0.54 0 0.32 224.64 0.57 0.43
Hex 30 50 AD 48 36 0 20 E1 39 2B
Octal 60 120 255 110 66 0 40 341 71 53
Binary 110000 1010000 10101101 1001000 110110 0 100000 11100001 111001 101011

Color Harmonies of #3050AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3050AD

Black with #3050AD

Text Example


Text Example

White with #3050AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3050AD; }

 p { color: rgb(48,80,173); }

 H1.HeaderClassName
 {
   color: #3050AD;
 }
 .AnyTagClassName
 {
   color: #3050AD;
 }
</style>

background-color css

<style>
 a { background-color: #3050AD; }

 a { background-color: rgb(48,80,173); }

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

border-color css

<style>
 span { border-color: #3050AD; }

 span { border-color: rgb(48,80,173); }

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