Html Css Color HEX #304CC1 Cerulean Blue

📋 copy color: '#304CC1'

red 48 ◦ green 76 ◦ blue 193

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

Shades of Cerulean Blue #304CC1

Tints of Cerulean Blue #304CC1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

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

R = 15.14%
G = 23.97%
B = 60.88%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#304CC1 (or 0x304CC1) is known color: Cerulean Blue. HEX triplet: 30, 4C and C1. RGB value is (48,76,193). Sum of RGB (Red+Green+Blue) = 48+76+193=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #304CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CC1 is #CFB33E. Grayscale: #505050. Windows color (decimal): -13611839 or 12667952. OLE color: 12667952.

HSL color Cylindrical-coordinate representation of color #304CC1: hue angle of 228.41º 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 #304CC1 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 76 193 -
CMYK 0.75 0.61 0 0.24
HSL 228.41º 0.6% 0.47% -
HSV(B) 228.41º 0.75% 0.76% -
XYZ 13.43 9.65 51.61 -
YUV 80.97 191.22 104.49 -
System Red Green Blue C M Y K H S L
Decimal 48 76 193 0.75 0.61 0 0.24 228.41 0.6 0.47
Hex 30 4C C1 4B 3D 0 18 E4 3C 2F
Octal 60 114 301 113 75 0 30 344 74 57
Binary 110000 1001100 11000001 1001011 111101 0 11000 11100100 111100 101111

Color Harmonies of #304CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CC1

Black with #304CC1

Text Example


Text Example

White with #304CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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