Html Css Color HEX #3465BB Cerulean Blue

📋 copy color: '#3465BB'

red 52 ◦ green 101 ◦ blue 187

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

Shades of Cerulean Blue #3465BB

Tints of Cerulean Blue #3465BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55%

R = 15.29%
G = 29.71%
B = 55%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3465BB (or 0x3465BB) is known color: Cerulean Blue. HEX triplet: 34, 65 and BB. RGB value is (52,101,187). Sum of RGB (Red+Green+Blue) = 52+101+187=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #3465BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465BB is #CB9A44. Grayscale: #5F5F5F. Windows color (decimal): -13343301 or 12281140. OLE color: 12281140.

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

Color convert

RGB 52 101 187 -
CMYK 0.72 0.46 0 0.27
HSL 218.22º 0.56% 0.47% -
HSV(B) 218.22º 0.72% 0.73% -
XYZ 15.04 13.63 48.85 -
YUV 96.15 179.27 96.51 -
System Red Green Blue C M Y K H S L
Decimal 52 101 187 0.72 0.46 0 0.27 218.22 0.56 0.47
Hex 34 65 BB 48 2E 0 1B DA 38 2F
Octal 64 145 273 110 56 0 33 332 70 57
Binary 110100 1100101 10111011 1001000 101110 0 11011 11011010 111000 101111

Color Harmonies of #3465BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3465BB

Black with #3465BB

Text Example


Text Example

White with #3465BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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