Html Css Color HEX #304DAD Cerulean Blue

📋 copy color: '#304DAD'

red 48 ◦ green 77 ◦ blue 173

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

Shades of Cerulean Blue #304DAD

Tints of Cerulean Blue #304DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

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

R = 16.11%
G = 25.84%
B = 58.05%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#304DAD (or 0x304DAD) is known color: Cerulean Blue. HEX triplet: 30, 4D and AD. RGB value is (48,77,173). Sum of RGB (Red+Green+Blue) = 48+77+173=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #304DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304DAD is #CFB252. Grayscale: #4E4E4E. Windows color (decimal): -13611603 or 11357488. OLE color: 11357488.

HSL color Cylindrical-coordinate representation of color #304DAD: hue angle of 226.08º 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 #304DAD is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 77 173 -
CMYK 0.72 0.55 0 0.32
HSL 226.08º 0.57% 0.43% -
HSV(B) 226.08º 0.72% 0.68% -
XYZ 11.42 8.95 40.66 -
YUV 79.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 48 77 173 0.72 0.55 0 0.32 226.08 0.57 0.43
Hex 30 4D AD 48 37 0 20 E2 39 2B
Octal 60 115 255 110 67 0 40 342 71 53
Binary 110000 1001101 10101101 1001000 110111 0 100000 11100010 111001 101011

Color Harmonies of #304DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DAD

Black with #304DAD

Text Example


Text Example

White with #304DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304DAD; }

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

 H1.HeaderClassName
 {
   color: #304DAD;
 }
 .AnyTagClassName
 {
   color: #304DAD;
 }
</style>

background-color css

<style>
 a { background-color: #304DAD; }

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

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

border-color css

<style>
 span { border-color: #304DAD; }

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

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