Html Css Color HEX #305CC0 Cerulean Blue

📋 copy color: '#305CC0'

red 48 ◦ green 92 ◦ blue 192

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

Shades of Cerulean Blue #305CC0

Tints of Cerulean Blue #305CC0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

 BLUE value IS 192 (75.39% from 255) = 57.83%

R = 14.46%
G = 27.71%
B = 57.83%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#305CC0 (or 0x305CC0) is known color: Cerulean Blue. HEX triplet: 30, 5C and C0. RGB value is (48,92,192). Sum of RGB (Red+Green+Blue) = 48+92+192=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #305CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CC0 is #CFA33F. Grayscale: #595959. Windows color (decimal): -13607744 or 12606512. OLE color: 12606512.

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

Color convert

RGB 48 92 192 -
CMYK 0.75 0.52 0 0.25
HSL 221.67º 0.6% 0.47% -
HSV(B) 221.67º 0.75% 0.75% -
XYZ 14.56 12.09 51.44 -
YUV 90.24 185.42 97.87 -
System Red Green Blue C M Y K H S L
Decimal 48 92 192 0.75 0.52 0 0.25 221.67 0.6 0.47
Hex 30 5C C0 4B 34 0 19 DE 3C 2F
Octal 60 134 300 113 64 0 31 336 74 57
Binary 110000 1011100 11000000 1001011 110100 0 11001 11011110 111100 101111

Color Harmonies of #305CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CC0

Black with #305CC0

Text Example


Text Example

White with #305CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,92,192); }

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

background-color css

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

 a { background-color: rgb(48,92,192); }

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

border-color css

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

 span { border-color: rgb(48,92,192); }

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