Html Css Color HEX #3150CF Cerulean Blue

📋 copy color: '#3150CF'

red 49 ◦ green 80 ◦ blue 207

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

Shades of Cerulean Blue #3150CF

Tints of Cerulean Blue #3150CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

 BLUE value IS 207 (81.25% from 255) = 61.61%

R = 14.58%
G = 23.81%
B = 61.61%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3150CF (or 0x3150CF) is known color: Cerulean Blue. HEX triplet: 31, 50 and CF. RGB value is (49,80,207). Sum of RGB (Red+Green+Blue) = 49+80+207=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #3150CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150CF is #CEAF30. Grayscale: #545454. Windows color (decimal): -13545265 or 13586481. OLE color: 13586481.

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

Color convert

RGB 49 80 207 -
CMYK 0.76 0.61 0 0.19
HSL 228.23º 0.62% 0.5% -
HSV(B) 228.23º 0.76% 0.81% -
XYZ 15.4 10.9 60.32 -
YUV 85.21 196.73 102.17 -
System Red Green Blue C M Y K H S L
Decimal 49 80 207 0.76 0.61 0 0.19 228.23 0.62 0.5
Hex 31 50 CF 4C 3D 0 13 E4 3E 32
Octal 61 120 317 114 75 0 23 344 76 62
Binary 110001 1010000 11001111 1001100 111101 0 10011 11100100 111110 110010

Color Harmonies of #3150CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3150CF

Black with #3150CF

Text Example


Text Example

White with #3150CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3150CF; }

 p { color: rgb(49,80,207); }

 H1.HeaderClassName
 {
   color: #3150CF;
 }
 .AnyTagClassName
 {
   color: #3150CF;
 }
</style>

background-color css

<style>
 a { background-color: #3150CF; }

 a { background-color: rgb(49,80,207); }

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

border-color css

<style>
 span { border-color: #3150CF; }

 span { border-color: rgb(49,80,207); }

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