Html Css Color HEX #315CC1 Cerulean Blue

📋 copy color: '#315CC1'

red 49 ◦ green 92 ◦ blue 193

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

Shades of Cerulean Blue #315CC1

Tints of Cerulean Blue #315CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 57.78%

R = 14.67%
G = 27.54%
B = 57.78%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#315CC1 (or 0x315CC1) is known color: Cerulean Blue. HEX triplet: 31, 5C and C1. RGB value is (49,92,193). Sum of RGB (Red+Green+Blue) = 49+92+193=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #315CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CC1 is #CEA33E. Grayscale: #5A5A5A. Windows color (decimal): -13542207 or 12672049. OLE color: 12672049.

HSL color Cylindrical-coordinate representation of color #315CC1: hue angle of 222.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315CC1 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 92 193 -
CMYK 0.75 0.52 0 0.24
HSL 222.08º 0.6% 0.47% -
HSV(B) 222.08º 0.75% 0.76% -
XYZ 14.72 12.16 52.02 -
YUV 90.66 185.75 98.29 -
System Red Green Blue C M Y K H S L
Decimal 49 92 193 0.75 0.52 0 0.24 222.08 0.6 0.47
Hex 31 5C C1 4B 34 0 18 DE 3C 2F
Octal 61 134 301 113 64 0 30 336 74 57
Binary 110001 1011100 11000001 1001011 110100 0 11000 11011110 111100 101111

Color Harmonies of #315CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315CC1

Black with #315CC1

Text Example


Text Example

White with #315CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,92,193); }

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

background-color css

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

 a { background-color: rgb(49,92,193); }

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

border-color css

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

 span { border-color: rgb(49,92,193); }

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