Html Css Color HEX #305BAE Cerulean Blue

📋 copy color: '#305BAE'

red 48 ◦ green 91 ◦ blue 174

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

Shades of Cerulean Blue #305BAE

Tints of Cerulean Blue #305BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

 BLUE value IS 174 (68.36% from 255) = 55.59%

R = 15.34%
G = 29.07%
B = 55.59%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#305BAE (or 0x305BAE) is known color: Cerulean Blue. HEX triplet: 30, 5B and AE. RGB value is (48,91,174). Sum of RGB (Red+Green+Blue) = 48+91+174=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #305BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305BAE is #CFA451. Grayscale: #575757. Windows color (decimal): -13608018 or 11426608. OLE color: 11426608.

HSL color Cylindrical-coordinate representation of color #305BAE: hue angle of 219.52º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305BAE is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 91 174 -
CMYK 0.72 0.48 0 0.32
HSL 219.52º 0.57% 0.44% -
HSV(B) 219.52º 0.72% 0.68% -
XYZ 12.6 11.17 41.54 -
YUV 87.61 176.75 99.75 -
System Red Green Blue C M Y K H S L
Decimal 48 91 174 0.72 0.48 0 0.32 219.52 0.57 0.44
Hex 30 5B AE 48 30 0 20 DC 39 2C
Octal 60 133 256 110 60 0 40 334 71 54
Binary 110000 1011011 10101110 1001000 110000 0 100000 11011100 111001 101100

Color Harmonies of #305BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305BAE

Black with #305BAE

Text Example


Text Example

White with #305BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,91,174); }

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

background-color css

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

 a { background-color: rgb(48,91,174); }

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

border-color css

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

 span { border-color: rgb(48,91,174); }

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