Html Css Color HEX #3460C1 Cerulean Blue

📋 copy color: '#3460C1'

red 52 ◦ green 96 ◦ blue 193

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

Shades of Cerulean Blue #3460C1

Tints of Cerulean Blue #3460C1

RGB

 RED value IS 52 (20.7% from 255) = 15.25%

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 15.25%
G = 28.15%
B = 56.6%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3460C1 (or 0x3460C1) is known color: Cerulean Blue. HEX triplet: 34, 60 and C1. RGB value is (52,96,193). Sum of RGB (Red+Green+Blue) = 52+96+193=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #3460C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3460C1 is #CB9F3E. Grayscale: #5D5D5D. Windows color (decimal): -13344575 or 12673076. OLE color: 12673076.

HSL color Cylindrical-coordinate representation of color #3460C1: hue angle of 221.28º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3460C1 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 96 193 -
CMYK 0.73 0.50 0 0.24
HSL 221.28º 0.58% 0.48% -
HSV(B) 221.28º 0.73% 0.76% -
XYZ 15.22 12.95 52.15 -
YUV 93.9 183.92 98.11 -
System Red Green Blue C M Y K H S L
Decimal 52 96 193 0.73 0.50 0 0.24 221.28 0.58 0.48
Hex 34 60 C1 49 32 0 18 DD 3A 30
Octal 64 140 301 111 62 0 30 335 72 60
Binary 110100 1100000 11000001 1001001 110010 0 11000 11011101 111010 110000

Color Harmonies of #3460C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3460C1

Black with #3460C1

Text Example


Text Example

White with #3460C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3460C1; }

 p { color: rgb(52,96,193); }

 H1.HeaderClassName
 {
   color: #3460C1;
 }
 .AnyTagClassName
 {
   color: #3460C1;
 }
</style>

background-color css

<style>
 a { background-color: #3460C1; }

 a { background-color: rgb(52,96,193); }

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

border-color css

<style>
 span { border-color: #3460C1; }

 span { border-color: rgb(52,96,193); }

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