Html Css Color HEX #304FC1 Cerulean Blue

📋 copy color: '#304FC1'

red 48 ◦ green 79 ◦ blue 193

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

Shades of Cerulean Blue #304FC1

Tints of Cerulean Blue #304FC1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.69%

 BLUE value IS 193 (75.78% from 255) = 60.31%

R = 15%
G = 24.69%
B = 60.31%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#304FC1 (or 0x304FC1) is known color: Cerulean Blue. HEX triplet: 30, 4F and C1. RGB value is (48,79,193). Sum of RGB (Red+Green+Blue) = 48+79+193=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #304FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FC1 is #CFB03E. Grayscale: #525252. Windows color (decimal): -13611071 or 12668720. OLE color: 12668720.

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

Color convert

RGB 48 79 193 -
CMYK 0.75 0.59 0 0.24
HSL 227.17º 0.6% 0.47% -
HSV(B) 227.17º 0.75% 0.76% -
XYZ 13.64 10.07 51.68 -
YUV 82.73 190.23 103.23 -
System Red Green Blue C M Y K H S L
Decimal 48 79 193 0.75 0.59 0 0.24 227.17 0.6 0.47
Hex 30 4F C1 4B 3B 0 18 E3 3C 2F
Octal 60 117 301 113 73 0 30 343 74 57
Binary 110000 1001111 11000001 1001011 111011 0 11000 11100011 111100 101111

Color Harmonies of #304FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FC1

Black with #304FC1

Text Example


Text Example

White with #304FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,79,193); }

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

background-color css

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

 a { background-color: rgb(48,79,193); }

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

border-color css

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

 span { border-color: rgb(48,79,193); }

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