Html Css Color HEX #3460C2 Cerulean Blue

📋 copy color: '#3460C2'

red 52 ◦ green 96 ◦ blue 194

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

Shades of Cerulean Blue #3460C2

Tints of Cerulean Blue #3460C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 56.73%

R = 15.2%
G = 28.07%
B = 56.73%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3460C2 (or 0x3460C2) is known color: Cerulean Blue. HEX triplet: 34, 60 and C2. RGB value is (52,96,194). Sum of RGB (Red+Green+Blue) = 52+96+194=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #3460C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3460C2 is #CB9F3D. Grayscale: #5D5D5D. Windows color (decimal): -13344574 or 12738612. OLE color: 12738612.

HSL color Cylindrical-coordinate representation of color #3460C2: hue angle of 221.41º 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 #3460C2 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 96 194 -
CMYK 0.73 0.51 0 0.24
HSL 221.41º 0.58% 0.48% -
HSV(B) 221.41º 0.73% 0.76% -
XYZ 15.34 12.99 52.74 -
YUV 94.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 52 96 194 0.73 0.51 0 0.24 221.41 0.58 0.48
Hex 34 60 C2 49 33 0 18 DD 3A 30
Octal 64 140 302 111 63 0 30 335 72 60
Binary 110100 1100000 11000010 1001001 110011 0 11000 11011101 111010 110000

Color Harmonies of #3460C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3460C2

Black with #3460C2

Text Example


Text Example

White with #3460C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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