Html Css Color HEX #3465BE Cerulean Blue

📋 copy color: '#3465BE'

red 52 ◦ green 101 ◦ blue 190

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

Shades of Cerulean Blue #3465BE

Tints of Cerulean Blue #3465BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.39%

R = 15.16%
G = 29.45%
B = 55.39%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3465BE (or 0x3465BE) is known color: Cerulean Blue. HEX triplet: 34, 65 and BE. RGB value is (52,101,190). Sum of RGB (Red+Green+Blue) = 52+101+190=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #3465BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465BE is #CB9A41. Grayscale: #606060. Windows color (decimal): -13343298 or 12477748. OLE color: 12477748.

HSL color Cylindrical-coordinate representation of color #3465BE: hue angle of 218.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3465BE is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 101 190 -
CMYK 0.73 0.47 0 0.25
HSL 218.7º 0.57% 0.47% -
HSV(B) 218.7º 0.73% 0.75% -
XYZ 15.36 13.76 50.56 -
YUV 96.5 180.77 96.26 -
System Red Green Blue C M Y K H S L
Decimal 52 101 190 0.73 0.47 0 0.25 218.7 0.57 0.47
Hex 34 65 BE 49 2F 0 19 DB 39 2F
Octal 64 145 276 111 57 0 31 333 71 57
Binary 110100 1100101 10111110 1001001 101111 0 11001 11011011 111001 101111

Color Harmonies of #3465BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3465BE

Black with #3465BE

Text Example


Text Example

White with #3465BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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