Html Css Color HEX #3465BC Cerulean Blue

📋 copy color: '#3465BC'

red 52 ◦ green 101 ◦ blue 188

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

Shades of Cerulean Blue #3465BC

Tints of Cerulean Blue #3465BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.13%

R = 15.25%
G = 29.62%
B = 55.13%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3465BC (or 0x3465BC) is known color: Cerulean Blue. HEX triplet: 34, 65 and BC. RGB value is (52,101,188). Sum of RGB (Red+Green+Blue) = 52+101+188=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #3465BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465BC is #CB9A43. Grayscale: #5F5F5F. Windows color (decimal): -13343300 or 12346676. OLE color: 12346676.

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

Color convert

RGB 52 101 188 -
CMYK 0.72 0.46 0 0.26
HSL 218.38º 0.57% 0.47% -
HSV(B) 218.38º 0.72% 0.74% -
XYZ 15.15 13.67 49.42 -
YUV 96.27 179.77 96.43 -
System Red Green Blue C M Y K H S L
Decimal 52 101 188 0.72 0.46 0 0.26 218.38 0.57 0.47
Hex 34 65 BC 48 2E 0 1A DA 39 2F
Octal 64 145 274 110 56 0 32 332 71 57
Binary 110100 1100101 10111100 1001000 101110 0 11010 11011010 111001 101111

Color Harmonies of #3465BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3465BC

Black with #3465BC

Text Example


Text Example

White with #3465BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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