Html Css Color HEX #304DC3 Cerulean Blue

📋 copy color: '#304DC3'

red 48 ◦ green 77 ◦ blue 195

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

Shades of Cerulean Blue #304DC3

Tints of Cerulean Blue #304DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 60.94%

R = 15%
G = 24.06%
B = 60.94%

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

#304DC3 (or 0x304DC3) is known color: Cerulean Blue. HEX triplet: 30, 4D and C3. RGB value is (48,77,195). Sum of RGB (Red+Green+Blue) = 48+77+195=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 195 (76.56% from 255 or 60.94% from 320); Max value from RGB is 195 - color contains mainly: blue. Hex color #304DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DC3 is #CFB23C. Grayscale: #515151. Windows color (decimal): -13611581 or 12799280. OLE color: 12799280.

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

Color convert

RGB 48 77 195 -
CMYK 0.75 0.61 0 0.24
HSL 228.16º 0.6% 0.48% -
HSV(B) 228.16º 0.75% 0.76% -
XYZ 13.72 9.88 52.81 -
YUV 81.78 191.89 103.91 -
System Red Green Blue C M Y K H S L
Decimal 48 77 195 0.75 0.61 0 0.24 228.16 0.6 0.48
Hex 30 4D C3 4B 3D 0 18 E4 3C 30
Octal 60 115 303 113 75 0 30 344 74 60
Binary 110000 1001101 11000011 1001011 111101 0 11000 11100100 111100 110000

Color Harmonies of #304DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DC3

Black with #304DC3

Text Example


Text Example

White with #304DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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