Html Css Color HEX #305BAC Cerulean Blue

📋 copy color: '#305BAC'

red 48 ◦ green 91 ◦ blue 172

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

Shades of Cerulean Blue #305BAC

Tints of Cerulean Blue #305BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.31%

R = 15.43%
G = 29.26%
B = 55.31%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#305BAC (or 0x305BAC) is known color: Cerulean Blue. HEX triplet: 30, 5B and AC. RGB value is (48,91,172). Sum of RGB (Red+Green+Blue) = 48+91+172=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #305BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305BAC is #CFA453. Grayscale: #575757. Windows color (decimal): -13608020 or 11295536. OLE color: 11295536.

HSL color Cylindrical-coordinate representation of color #305BAC: hue angle of 219.19º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305BAC is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 91 172 -
CMYK 0.72 0.47 0 0.33
HSL 219.19º 0.56% 0.43% -
HSV(B) 219.19º 0.72% 0.67% -
XYZ 12.41 11.09 40.52 -
YUV 87.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 48 91 172 0.72 0.47 0 0.33 219.19 0.56 0.43
Hex 30 5B AC 48 2F 0 21 DB 38 2B
Octal 60 133 254 110 57 0 41 333 70 53
Binary 110000 1011011 10101100 1001000 101111 0 100001 11011011 111000 101011

Color Harmonies of #305BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305BAC

Black with #305BAC

Text Example


Text Example

White with #305BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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