Html Css Color HEX #305ABE Cerulean Blue

📋 copy color: '#305ABE'

red 48 ◦ green 90 ◦ blue 190

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

Shades of Cerulean Blue #305ABE

Tints of Cerulean Blue #305ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.93%

R = 14.63%
G = 27.44%
B = 57.93%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#305ABE (or 0x305ABE) is known color: Cerulean Blue. HEX triplet: 30, 5A and BE. RGB value is (48,90,190). Sum of RGB (Red+Green+Blue) = 48+90+190=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #305ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ABE is #CFA541. Grayscale: #585858. Windows color (decimal): -13608258 or 12474928. OLE color: 12474928.

HSL color Cylindrical-coordinate representation of color #305ABE: hue angle of 222.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #305ABE is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 90 190 -
CMYK 0.75 0.53 0 0.25
HSL 222.25º 0.6% 0.47% -
HSV(B) 222.25º 0.75% 0.75% -
XYZ 14.17 11.66 50.22 -
YUV 88.84 185.09 98.87 -
System Red Green Blue C M Y K H S L
Decimal 48 90 190 0.75 0.53 0 0.25 222.25 0.6 0.47
Hex 30 5A BE 4B 35 0 19 DE 3C 2F
Octal 60 132 276 113 65 0 31 336 74 57
Binary 110000 1011010 10111110 1001011 110101 0 11001 11011110 111100 101111

Color Harmonies of #305ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ABE

Black with #305ABE

Text Example


Text Example

White with #305ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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