Html Css Color HEX #305ABA Cerulean Blue

📋 copy color: '#305ABA'

red 48 ◦ green 90 ◦ blue 186

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

Shades of Cerulean Blue #305ABA

Tints of Cerulean Blue #305ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.41%

R = 14.81%
G = 27.78%
B = 57.41%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#305ABA (or 0x305ABA) is known color: Cerulean Blue. HEX triplet: 30, 5A and BA. RGB value is (48,90,186). Sum of RGB (Red+Green+Blue) = 48+90+186=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #305ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ABA is #CFA545. Grayscale: #575757. Windows color (decimal): -13608262 or 12212784. OLE color: 12212784.

HSL color Cylindrical-coordinate representation of color #305ABA: hue angle of 221.74º 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 #305ABA is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 90 186 -
CMYK 0.74 0.52 0 0.27
HSL 221.74º 0.59% 0.46% -
HSV(B) 221.74º 0.74% 0.73% -
XYZ 13.74 11.49 47.95 -
YUV 88.39 183.09 99.19 -
System Red Green Blue C M Y K H S L
Decimal 48 90 186 0.74 0.52 0 0.27 221.74 0.59 0.46
Hex 30 5A BA 4A 34 0 1B DE 3B 2E
Octal 60 132 272 112 64 0 33 336 73 56
Binary 110000 1011010 10111010 1001010 110100 0 11011 11011110 111011 101110

Color Harmonies of #305ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ABA

Black with #305ABA

Text Example


Text Example

White with #305ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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