Html Css Color HEX #3465B9 Cerulean Blue

📋 copy color: '#3465B9'

red 52 ◦ green 101 ◦ blue 185

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

Shades of Cerulean Blue #3465B9

Tints of Cerulean Blue #3465B9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

 BLUE value IS 185 (72.66% from 255) = 54.73%

R = 15.38%
G = 29.88%
B = 54.73%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3465B9 (or 0x3465B9) is known color: Cerulean Blue. HEX triplet: 34, 65 and B9. RGB value is (52,101,185). Sum of RGB (Red+Green+Blue) = 52+101+185=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #3465B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465B9 is #CB9A46. Grayscale: #5F5F5F. Windows color (decimal): -13343303 or 12150068. OLE color: 12150068.

HSL color Cylindrical-coordinate representation of color #3465B9: hue angle of 217.89º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3465B9 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 101 185 -
CMYK 0.72 0.45 0 0.27
HSL 217.89º 0.56% 0.46% -
HSV(B) 217.89º 0.72% 0.73% -
XYZ 14.83 13.54 47.73 -
YUV 95.93 178.27 96.67 -
System Red Green Blue C M Y K H S L
Decimal 52 101 185 0.72 0.45 0 0.27 217.89 0.56 0.46
Hex 34 65 B9 48 2D 0 1B DA 38 2E
Octal 64 145 271 110 55 0 33 332 70 56
Binary 110100 1100101 10111001 1001000 101101 0 11011 11011010 111000 101110

Color Harmonies of #3465B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3465B9

Black with #3465B9

Text Example


Text Example

White with #3465B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3465B9; }

 p { color: rgb(52,101,185); }

 H1.HeaderClassName
 {
   color: #3465B9;
 }
 .AnyTagClassName
 {
   color: #3465B9;
 }
</style>

background-color css

<style>
 a { background-color: #3465B9; }

 a { background-color: rgb(52,101,185); }

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

border-color css

<style>
 span { border-color: #3465B9; }

 span { border-color: rgb(52,101,185); }

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