Html Css Color HEX #315FBC Cerulean Blue

📋 copy color: '#315FBC'

red 49 ◦ green 95 ◦ blue 188

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

Shades of Cerulean Blue #315FBC

Tints of Cerulean Blue #315FBC

RGB

 RED value IS 49 (19.53% from 255) = 14.76%

 GREEN value IS 95 (37.5% from 255) = 28.61%

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

R = 14.76%
G = 28.61%
B = 56.63%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#315FBC (or 0x315FBC) is known color: Cerulean Blue. HEX triplet: 31, 5F and BC. RGB value is (49,95,188). Sum of RGB (Red+Green+Blue) = 49+95+188=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #315FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FBC is #CEA043. Grayscale: #5B5B5B. Windows color (decimal): -13541444 or 12345137. OLE color: 12345137.

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

Color convert

RGB 49 95 188 -
CMYK 0.74 0.49 0 0.26
HSL 220.14º 0.59% 0.46% -
HSV(B) 220.14º 0.74% 0.74% -
XYZ 14.44 12.47 49.22 -
YUV 91.85 182.26 97.44 -
System Red Green Blue C M Y K H S L
Decimal 49 95 188 0.74 0.49 0 0.26 220.14 0.59 0.46
Hex 31 5F BC 4A 31 0 1A DC 3B 2E
Octal 61 137 274 112 61 0 32 334 73 56
Binary 110001 1011111 10111100 1001010 110001 0 11010 11011100 111011 101110

Color Harmonies of #315FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FBC

Black with #315FBC

Text Example


Text Example

White with #315FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315FBC; }

 p { color: rgb(49,95,188); }

 H1.HeaderClassName
 {
   color: #315FBC;
 }
 .AnyTagClassName
 {
   color: #315FBC;
 }
</style>

background-color css

<style>
 a { background-color: #315FBC; }

 a { background-color: rgb(49,95,188); }

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

border-color css

<style>
 span { border-color: #315FBC; }

 span { border-color: rgb(49,95,188); }

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