Html Css Color HEX #305DB0 Cerulean Blue

📋 copy color: '#305DB0'

red 48 ◦ green 93 ◦ blue 176

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

Shades of Cerulean Blue #305DB0

Tints of Cerulean Blue #305DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 55.52%

R = 15.14%
G = 29.34%
B = 55.52%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#305DB0 (or 0x305DB0) is known color: Cerulean Blue. HEX triplet: 30, 5D and B0. RGB value is (48,93,176). Sum of RGB (Red+Green+Blue) = 48+93+176=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 176 (69.14% from 255 or 55.52% from 317); Max value from RGB is 176 - color contains mainly: blue. Hex color #305DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305DB0 is #CFA24F. Grayscale: #585858. Windows color (decimal): -13607504 or 11558192. OLE color: 11558192.

HSL color Cylindrical-coordinate representation of color #305DB0: hue angle of 218.91º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305DB0 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 93 176 -
CMYK 0.73 0.47 0 0.31
HSL 218.91º 0.57% 0.44% -
HSV(B) 218.91º 0.73% 0.69% -
XYZ 12.97 11.59 42.63 -
YUV 89.01 177.09 98.75 -
System Red Green Blue C M Y K H S L
Decimal 48 93 176 0.73 0.47 0 0.31 218.91 0.57 0.44
Hex 30 5D B0 49 2F 0 1F DB 39 2C
Octal 60 135 260 111 57 0 37 333 71 54
Binary 110000 1011101 10110000 1001001 101111 0 11111 11011011 111001 101100

Color Harmonies of #305DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DB0

Black with #305DB0

Text Example


Text Example

White with #305DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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