Html Css Color HEX #3266BF Cerulean Blue

📋 copy color: '#3266BF'

red 50 ◦ green 102 ◦ blue 191

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

Shades of Cerulean Blue #3266BF

Tints of Cerulean Blue #3266BF

RGB

 RED value IS 50 (19.92% from 255) = 14.58%

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

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

R = 14.58%
G = 29.74%
B = 55.69%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3266BF (or 0x3266BF) is known color: Cerulean Blue. HEX triplet: 32, 66 and BF. RGB value is (50,102,191). Sum of RGB (Red+Green+Blue) = 50+102+191=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #3266BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266BF is #CD9940. Grayscale: #606060. Windows color (decimal): -13474113 or 12543538. OLE color: 12543538.

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

Color convert

RGB 50 102 191 -
CMYK 0.74 0.47 0 0.25
HSL 217.87º 0.59% 0.47% -
HSV(B) 217.87º 0.74% 0.75% -
XYZ 15.47 13.94 51.17 -
YUV 96.6 181.27 94.76 -
System Red Green Blue C M Y K H S L
Decimal 50 102 191 0.74 0.47 0 0.25 217.87 0.59 0.47
Hex 32 66 BF 4A 2F 0 19 DA 3B 2F
Octal 62 146 277 112 57 0 31 332 73 57
Binary 110010 1100110 10111111 1001010 101111 0 11001 11011010 111011 101111

Color Harmonies of #3266BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3266BF

Black with #3266BF

Text Example


Text Example

White with #3266BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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