Html Css Color HEX #305EBA Cerulean Blue

📋 copy color: '#305EBA'

red 48 ◦ green 94 ◦ blue 186

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

Shades of Cerulean Blue #305EBA

Tints of Cerulean Blue #305EBA

RGB

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

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

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

R = 14.63%
G = 28.66%
B = 56.71%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#305EBA (or 0x305EBA) is known color: Cerulean Blue. HEX triplet: 30, 5E and BA. RGB value is (48,94,186). Sum of RGB (Red+Green+Blue) = 48+94+186=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #305EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EBA is #CFA145. Grayscale: #5A5A5A. Windows color (decimal): -13607238 or 12213808. OLE color: 12213808.

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

Color convert

RGB 48 94 186 -
CMYK 0.74 0.49 0 0.27
HSL 220º 0.59% 0.46% -
HSV(B) 220º 0.74% 0.73% -
XYZ 14.08 12.18 48.06 -
YUV 90.73 181.76 97.52 -
System Red Green Blue C M Y K H S L
Decimal 48 94 186 0.74 0.49 0 0.27 220 0.59 0.46
Hex 30 5E BA 4A 31 0 1B DC 3B 2E
Octal 60 136 272 112 61 0 33 334 73 56
Binary 110000 1011110 10111010 1001010 110001 0 11011 11011100 111011 101110

Color Harmonies of #305EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305EBA

Black with #305EBA

Text Example


Text Example

White with #305EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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