Html Css Color HEX #305AAE Cerulean Blue

📋 copy color: '#305AAE'

red 48 ◦ green 90 ◦ blue 174

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

Shades of Cerulean Blue #305AAE

Tints of Cerulean Blue #305AAE

RGB

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

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

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

R = 15.38%
G = 28.85%
B = 55.77%

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

#305AAE (or 0x305AAE) is known color: Cerulean Blue. HEX triplet: 30, 5A and AE. RGB value is (48,90,174). Sum of RGB (Red+Green+Blue) = 48+90+174=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #305AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305AAE is #CFA551. Grayscale: #565656. Windows color (decimal): -13608274 or 11426352. OLE color: 11426352.

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

Color convert

RGB 48 90 174 -
CMYK 0.72 0.48 0 0.32
HSL 220º 0.57% 0.44% -
HSV(B) 220º 0.72% 0.68% -
XYZ 12.52 11 41.51 -
YUV 87.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 48 90 174 0.72 0.48 0 0.32 220 0.57 0.44
Hex 30 5A AE 48 30 0 20 DC 39 2C
Octal 60 132 256 110 60 0 40 334 71 54
Binary 110000 1011010 10101110 1001000 110000 0 100000 11011100 111001 101100

Color Harmonies of #305AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305AAE

Black with #305AAE

Text Example


Text Example

White with #305AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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