Html Css Color HEX #305BAB Cerulean Blue

📋 copy color: '#305BAB'

red 48 ◦ green 91 ◦ blue 171

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

Shades of Cerulean Blue #305BAB

Tints of Cerulean Blue #305BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.16%

R = 15.48%
G = 29.35%
B = 55.16%

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

#305BAB (or 0x305BAB) is known color: Cerulean Blue. HEX triplet: 30, 5B and AB. RGB value is (48,91,171). Sum of RGB (Red+Green+Blue) = 48+91+171=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #305BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305BAB is #CFA454. Grayscale: #565656. Windows color (decimal): -13608021 or 11230000. OLE color: 11230000.

HSL color Cylindrical-coordinate representation of color #305BAB: hue angle of 219.02º 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 #305BAB is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 91 171 -
CMYK 0.72 0.47 0 0.33
HSL 219.02º 0.56% 0.43% -
HSV(B) 219.02º 0.72% 0.67% -
XYZ 12.31 11.05 40.01 -
YUV 87.26 175.25 100 -
System Red Green Blue C M Y K H S L
Decimal 48 91 171 0.72 0.47 0 0.33 219.02 0.56 0.43
Hex 30 5B AB 48 2F 0 21 DB 38 2B
Octal 60 133 253 110 57 0 41 333 70 53
Binary 110000 1011011 10101011 1001000 101111 0 100001 11011011 111000 101011

Color Harmonies of #305BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305BAB

Black with #305BAB

Text Example


Text Example

White with #305BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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