Html Css Color HEX #3466BF Cerulean Blue

📋 copy color: '#3466BF'

red 52 ◦ green 102 ◦ blue 191

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

Shades of Cerulean Blue #3466BF

Tints of Cerulean Blue #3466BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.36%

R = 15.07%
G = 29.57%
B = 55.36%

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

#3466BF (or 0x3466BF) is known color: Cerulean Blue. HEX triplet: 34, 66 and BF. RGB value is (52,102,191). Sum of RGB (Red+Green+Blue) = 52+102+191=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #3466BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3466BF is #CB9940. Grayscale: #606060. Windows color (decimal): -13343041 or 12543540. OLE color: 12543540.

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

Color convert

RGB 52 102 191 -
CMYK 0.73 0.47 0 0.25
HSL 218.42º 0.57% 0.48% -
HSV(B) 218.42º 0.73% 0.75% -
XYZ 15.57 13.99 51.17 -
YUV 97.2 180.94 95.76 -
System Red Green Blue C M Y K H S L
Decimal 52 102 191 0.73 0.47 0 0.25 218.42 0.57 0.48
Hex 34 66 BF 49 2F 0 19 DA 39 30
Octal 64 146 277 111 57 0 31 332 71 60
Binary 110100 1100110 10111111 1001001 101111 0 11001 11011010 111001 110000

Color Harmonies of #3466BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3466BF

Black with #3466BF

Text Example


Text Example

White with #3466BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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