Html Css Color HEX #305CCC Cerulean Blue

📋 copy color: '#305CCC'

red 48 ◦ green 92 ◦ blue 204

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

Shades of Cerulean Blue #305CCC

Tints of Cerulean Blue #305CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.3%

R = 13.95%
G = 26.74%
B = 59.3%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#305CCC (or 0x305CCC) is known color: Cerulean Blue. HEX triplet: 30, 5C and CC. RGB value is (48,92,204). Sum of RGB (Red+Green+Blue) = 48+92+204=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #305CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CCC is #CFA333. Grayscale: #5B5B5B. Windows color (decimal): -13607732 or 13392944. OLE color: 13392944.

HSL color Cylindrical-coordinate representation of color #305CCC: hue angle of 223.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305CCC is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 92 204 -
CMYK 0.76 0.55 0 0.2
HSL 223.08º 0.62% 0.49% -
HSV(B) 223.08º 0.76% 0.8% -
XYZ 15.95 12.64 58.73 -
YUV 91.61 191.42 96.89 -
System Red Green Blue C M Y K H S L
Decimal 48 92 204 0.76 0.55 0 0.2 223.08 0.62 0.49
Hex 30 5C CC 4C 37 0 14 DF 3E 31
Octal 60 134 314 114 67 0 24 337 76 61
Binary 110000 1011100 11001100 1001100 110111 0 10100 11011111 111110 110001

Color Harmonies of #305CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CCC

Black with #305CCC

Text Example


Text Example

White with #305CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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