Html Css Color HEX #305AB9 Cerulean Blue

📋 copy color: '#305AB9'

red 48 ◦ green 90 ◦ blue 185

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

Shades of Cerulean Blue #305AB9

Tints of Cerulean Blue #305AB9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

 BLUE value IS 185 (72.66% from 255) = 57.28%

R = 14.86%
G = 27.86%
B = 57.28%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#305AB9 (or 0x305AB9) is known color: Cerulean Blue. HEX triplet: 30, 5A and B9. RGB value is (48,90,185). Sum of RGB (Red+Green+Blue) = 48+90+185=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #305AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305AB9 is #CFA546. Grayscale: #575757. Windows color (decimal): -13608263 or 12147248. OLE color: 12147248.

HSL color Cylindrical-coordinate representation of color #305AB9: hue angle of 221.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305AB9 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 90 185 -
CMYK 0.74 0.51 0 0.27
HSL 221.61º 0.59% 0.46% -
HSV(B) 221.61º 0.74% 0.73% -
XYZ 13.63 11.44 47.39 -
YUV 88.27 182.59 99.28 -
System Red Green Blue C M Y K H S L
Decimal 48 90 185 0.74 0.51 0 0.27 221.61 0.59 0.46
Hex 30 5A B9 4A 33 0 1B DE 3B 2E
Octal 60 132 271 112 63 0 33 336 73 56
Binary 110000 1011010 10111001 1001010 110011 0 11011 11011110 111011 101110

Color Harmonies of #305AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305AB9

Black with #305AB9

Text Example


Text Example

White with #305AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,90,185); }

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

background-color css

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

 a { background-color: rgb(48,90,185); }

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

border-color css

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

 span { border-color: rgb(48,90,185); }

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