Html Css Color HEX #305CC6 Cerulean Blue

📋 copy color: '#305CC6'

red 48 ◦ green 92 ◦ blue 198

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

Shades of Cerulean Blue #305CC6

Tints of Cerulean Blue #305CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 58.58%

R = 14.2%
G = 27.22%
B = 58.58%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#305CC6 (or 0x305CC6) is known color: Cerulean Blue. HEX triplet: 30, 5C and C6. RGB value is (48,92,198). Sum of RGB (Red+Green+Blue) = 48+92+198=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #305CC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CC6 is #CFA339. Grayscale: #5A5A5A. Windows color (decimal): -13607738 or 12999728. OLE color: 12999728.

HSL color Cylindrical-coordinate representation of color #305CC6: hue angle of 222.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305CC6 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 92 198 -
CMYK 0.76 0.54 0 0.22
HSL 222.4º 0.61% 0.48% -
HSV(B) 222.4º 0.76% 0.78% -
XYZ 15.24 12.36 55.01 -
YUV 90.93 188.42 97.38 -
System Red Green Blue C M Y K H S L
Decimal 48 92 198 0.76 0.54 0 0.22 222.4 0.61 0.48
Hex 30 5C C6 4C 36 0 16 DE 3D 30
Octal 60 134 306 114 66 0 26 336 75 60
Binary 110000 1011100 11000110 1001100 110110 0 10110 11011110 111101 110000

Color Harmonies of #305CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CC6

Black with #305CC6

Text Example


Text Example

White with #305CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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