Html Css Color HEX #315DBF Cerulean Blue

📋 copy color: '#315DBF'

red 49 ◦ green 93 ◦ blue 191

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

Shades of Cerulean Blue #315DBF

Tints of Cerulean Blue #315DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

 BLUE value IS 191 (75% from 255) = 57.36%

R = 14.71%
G = 27.93%
B = 57.36%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#315DBF (or 0x315DBF) is known color: Cerulean Blue. HEX triplet: 31, 5D and BF. RGB value is (49,93,191). Sum of RGB (Red+Green+Blue) = 49+93+191=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #315DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DBF is #CEA240. Grayscale: #5A5A5A. Windows color (decimal): -13541953 or 12541233. OLE color: 12541233.

HSL color Cylindrical-coordinate representation of color #315DBF: hue angle of 221.41º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315DBF is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 93 191 -
CMYK 0.74 0.51 0 0.25
HSL 221.41º 0.59% 0.47% -
HSV(B) 221.41º 0.74% 0.75% -
XYZ 14.58 12.24 50.88 -
YUV 91.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 49 93 191 0.74 0.51 0 0.25 221.41 0.59 0.47
Hex 31 5D BF 4A 33 0 19 DD 3B 2F
Octal 61 135 277 112 63 0 31 335 73 57
Binary 110001 1011101 10111111 1001010 110011 0 11001 11011101 111011 101111

Color Harmonies of #315DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DBF

Black with #315DBF

Text Example


Text Example

White with #315DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,93,191); }

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

background-color css

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

 a { background-color: rgb(49,93,191); }

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

border-color css

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

 span { border-color: rgb(49,93,191); }

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