Html Css Color HEX #305EBC Cerulean Blue

📋 copy color: '#305EBC'

red 48 ◦ green 94 ◦ blue 188

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

Shades of Cerulean Blue #305EBC

Tints of Cerulean Blue #305EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.48%

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 14.55%
G = 28.48%
B = 56.97%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#305EBC (or 0x305EBC) is known color: Cerulean Blue. HEX triplet: 30, 5E and BC. RGB value is (48,94,188). Sum of RGB (Red+Green+Blue) = 48+94+188=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #305EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EBC is #CFA143. Grayscale: #5A5A5A. Windows color (decimal): -13607236 or 12344880. OLE color: 12344880.

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

Color convert

RGB 48 94 188 -
CMYK 0.74 0.50 0 0.26
HSL 220.29º 0.59% 0.46% -
HSV(B) 220.29º 0.74% 0.74% -
XYZ 14.3 12.26 49.19 -
YUV 90.96 182.76 97.36 -
System Red Green Blue C M Y K H S L
Decimal 48 94 188 0.74 0.50 0 0.26 220.29 0.59 0.46
Hex 30 5E BC 4A 32 0 1A DC 3B 2E
Octal 60 136 274 112 62 0 32 334 73 56
Binary 110000 1011110 10111100 1001010 110010 0 11010 11011100 111011 101110

Color Harmonies of #305EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305EBC

Black with #305EBC

Text Example


Text Example

White with #305EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,94,188); }

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

background-color css

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

 a { background-color: rgb(48,94,188); }

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

border-color css

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

 span { border-color: rgb(48,94,188); }

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