Html Css Color HEX #3466BE Cerulean Blue

📋 copy color: '#3466BE'

red 52 ◦ green 102 ◦ blue 190

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

Shades of Cerulean Blue #3466BE

Tints of Cerulean Blue #3466BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

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

R = 15.12%
G = 29.65%
B = 55.23%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3466BE (or 0x3466BE) is known color: Cerulean Blue. HEX triplet: 34, 66 and BE. RGB value is (52,102,190). Sum of RGB (Red+Green+Blue) = 52+102+190=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #3466BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3466BE is #CB9941. Grayscale: #606060. Windows color (decimal): -13343042 or 12478004. OLE color: 12478004.

HSL color Cylindrical-coordinate representation of color #3466BE: hue angle of 218.26º 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 #3466BE is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 102 190 -
CMYK 0.73 0.46 0 0.25
HSL 218.26º 0.57% 0.47% -
HSV(B) 218.26º 0.73% 0.75% -
XYZ 15.46 13.95 50.59 -
YUV 97.08 180.44 95.84 -
System Red Green Blue C M Y K H S L
Decimal 52 102 190 0.73 0.46 0 0.25 218.26 0.57 0.47
Hex 34 66 BE 49 2E 0 19 DA 39 2F
Octal 64 146 276 111 56 0 31 332 71 57
Binary 110100 1100110 10111110 1001001 101110 0 11001 11011010 111001 101111

Color Harmonies of #3466BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3466BE

Black with #3466BE

Text Example


Text Example

White with #3466BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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