Html Css Color HEX #305BCE Cerulean Blue

📋 copy color: '#305BCE'

red 48 ◦ green 91 ◦ blue 206

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

Shades of Cerulean Blue #305BCE

Tints of Cerulean Blue #305BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.38%

 BLUE value IS 206 (80.86% from 255) = 59.71%

R = 13.91%
G = 26.38%
B = 59.71%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#305BCE (or 0x305BCE) is known color: Cerulean Blue. HEX triplet: 30, 5B and CE. RGB value is (48,91,206). Sum of RGB (Red+Green+Blue) = 48+91+206=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #305BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BCE is #CFA431. Grayscale: #5A5A5A. Windows color (decimal): -13607986 or 13523760. OLE color: 13523760.

HSL color Cylindrical-coordinate representation of color #305BCE: hue angle of 223.67º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305BCE is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 91 206 -
CMYK 0.77 0.56 0 0.19
HSL 223.67º 0.62% 0.5% -
HSV(B) 223.67º 0.77% 0.81% -
XYZ 16.1 12.57 59.97 -
YUV 91.25 192.75 97.15 -
System Red Green Blue C M Y K H S L
Decimal 48 91 206 0.77 0.56 0 0.19 223.67 0.62 0.5
Hex 30 5B CE 4D 38 0 13 E0 3E 32
Octal 60 133 316 115 70 0 23 340 76 62
Binary 110000 1011011 11001110 1001101 111000 0 10011 11100000 111110 110010

Color Harmonies of #305BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305BCE

Black with #305BCE

Text Example


Text Example

White with #305BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,91,206); }

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

background-color css

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

 a { background-color: rgb(48,91,206); }

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

border-color css

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

 span { border-color: rgb(48,91,206); }

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