Html Css Color HEX #315FCC Cerulean Blue

📋 copy color: '#315FCC'

red 49 ◦ green 95 ◦ blue 204

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

Shades of Cerulean Blue #315FCC

Tints of Cerulean Blue #315FCC

RGB

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

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

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

R = 14.08%
G = 27.3%
B = 58.62%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#315FCC (or 0x315FCC) is known color: Cerulean Blue. HEX triplet: 31, 5F and CC. RGB value is (49,95,204). Sum of RGB (Red+Green+Blue) = 49+95+204=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #315FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FCC is #CEA033. Grayscale: #5D5D5D. Windows color (decimal): -13541428 or 13393713. OLE color: 13393713.

HSL color Cylindrical-coordinate representation of color #315FCC: hue angle of 222.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315FCC is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 95 204 -
CMYK 0.76 0.53 0 0.2
HSL 222.19º 0.61% 0.5% -
HSV(B) 222.19º 0.76% 0.8% -
XYZ 16.26 13.2 58.82 -
YUV 93.67 190.26 96.14 -
System Red Green Blue C M Y K H S L
Decimal 49 95 204 0.76 0.53 0 0.2 222.19 0.61 0.5
Hex 31 5F CC 4C 35 0 14 DE 3D 32
Octal 61 137 314 114 65 0 24 336 75 62
Binary 110001 1011111 11001100 1001100 110101 0 10100 11011110 111101 110010

Color Harmonies of #315FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FCC

Black with #315FCC

Text Example


Text Example

White with #315FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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