Html Css Color HEX #304DBE Cerulean Blue

📋 copy color: '#304DBE'

red 48 ◦ green 77 ◦ blue 190

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

Shades of Cerulean Blue #304DBE

Tints of Cerulean Blue #304DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.32%

R = 15.24%
G = 24.44%
B = 60.32%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#304DBE (or 0x304DBE) is known color: Cerulean Blue. HEX triplet: 30, 4D and BE. RGB value is (48,77,190). Sum of RGB (Red+Green+Blue) = 48+77+190=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #304DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DBE is #CFB241. Grayscale: #505050. Windows color (decimal): -13611586 or 12471600. OLE color: 12471600.

HSL color Cylindrical-coordinate representation of color #304DBE: hue angle of 227.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304DBE is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 77 190 -
CMYK 0.75 0.59 0 0.25
HSL 227.75º 0.6% 0.47% -
HSV(B) 227.75º 0.75% 0.75% -
XYZ 13.17 9.65 49.88 -
YUV 81.21 189.39 104.31 -
System Red Green Blue C M Y K H S L
Decimal 48 77 190 0.75 0.59 0 0.25 227.75 0.6 0.47
Hex 30 4D BE 4B 3B 0 19 E4 3C 2F
Octal 60 115 276 113 73 0 31 344 74 57
Binary 110000 1001101 10111110 1001011 111011 0 11001 11100100 111100 101111

Color Harmonies of #304DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DBE

Black with #304DBE

Text Example


Text Example

White with #304DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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