Html Css Color HEX #305DC4 Cerulean Blue

📋 copy color: '#305DC4'

red 48 ◦ green 93 ◦ blue 196

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

Shades of Cerulean Blue #305DC4

Tints of Cerulean Blue #305DC4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.6%

 BLUE value IS 196 (76.95% from 255) = 58.16%

R = 14.24%
G = 27.6%
B = 58.16%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#305DC4 (or 0x305DC4) is known color: Cerulean Blue. HEX triplet: 30, 5D and C4. RGB value is (48,93,196). Sum of RGB (Red+Green+Blue) = 48+93+196=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #305DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DC4 is #CFA23B. Grayscale: #5A5A5A. Windows color (decimal): -13607484 or 12868912. OLE color: 12868912.

HSL color Cylindrical-coordinate representation of color #305DC4: hue angle of 221.76º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305DC4 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 93 196 -
CMYK 0.76 0.53 0 0.23
HSL 221.76º 0.61% 0.48% -
HSV(B) 221.76º 0.76% 0.77% -
XYZ 15.1 12.44 53.83 -
YUV 91.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 48 93 196 0.76 0.53 0 0.23 221.76 0.61 0.48
Hex 30 5D C4 4C 35 0 17 DE 3D 30
Octal 60 135 304 114 65 0 27 336 75 60
Binary 110000 1011101 11000100 1001100 110101 0 10111 11011110 111101 110000

Color Harmonies of #305DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DC4

Black with #305DC4

Text Example


Text Example

White with #305DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305DC4; }

 p { color: rgb(48,93,196); }

 H1.HeaderClassName
 {
   color: #305DC4;
 }
 .AnyTagClassName
 {
   color: #305DC4;
 }
</style>

background-color css

<style>
 a { background-color: #305DC4; }

 a { background-color: rgb(48,93,196); }

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

border-color css

<style>
 span { border-color: #305DC4; }

 span { border-color: rgb(48,93,196); }

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