Html Css Color HEX #305ABC Cerulean Blue

📋 copy color: '#305ABC'

red 48 ◦ green 90 ◦ blue 188

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

Shades of Cerulean Blue #305ABC

Tints of Cerulean Blue #305ABC

RGB

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

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

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

R = 14.72%
G = 27.61%
B = 57.67%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#305ABC (or 0x305ABC) is known color: Cerulean Blue. HEX triplet: 30, 5A and BC. RGB value is (48,90,188). Sum of RGB (Red+Green+Blue) = 48+90+188=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #305ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ABC is #CFA543. Grayscale: #585858. Windows color (decimal): -13608260 or 12343856. OLE color: 12343856.

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

Color convert

RGB 48 90 188 -
CMYK 0.74 0.52 0 0.26
HSL 222º 0.59% 0.46% -
HSV(B) 222º 0.74% 0.74% -
XYZ 13.95 11.57 49.08 -
YUV 88.61 184.09 99.03 -
System Red Green Blue C M Y K H S L
Decimal 48 90 188 0.74 0.52 0 0.26 222 0.59 0.46
Hex 30 5A BC 4A 34 0 1A DE 3B 2E
Octal 60 132 274 112 64 0 32 336 73 56
Binary 110000 1011010 10111100 1001010 110100 0 11010 11011110 111011 101110

Color Harmonies of #305ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ABC

Black with #305ABC

Text Example


Text Example

White with #305ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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