Html Css Color HEX #3260B9 Cerulean Blue

📋 copy color: '#3260B9'

red 50 ◦ green 96 ◦ blue 185

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

Shades of Cerulean Blue #3260B9

Tints of Cerulean Blue #3260B9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

 BLUE value IS 185 (72.66% from 255) = 55.89%

R = 15.11%
G = 29%
B = 55.89%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3260B9 (or 0x3260B9) is known color: Cerulean Blue. HEX triplet: 32, 60 and B9. RGB value is (50,96,185). Sum of RGB (Red+Green+Blue) = 50+96+185=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #3260B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3260B9 is #CD9F46. Grayscale: #5B5B5B. Windows color (decimal): -13475655 or 12148786. OLE color: 12148786.

HSL color Cylindrical-coordinate representation of color #3260B9: hue angle of 219.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3260B9 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 96 185 -
CMYK 0.73 0.48 0 0.27
HSL 219.56º 0.57% 0.46% -
HSV(B) 219.56º 0.73% 0.73% -
XYZ 14.26 12.55 47.57 -
YUV 92.39 180.26 97.76 -
System Red Green Blue C M Y K H S L
Decimal 50 96 185 0.73 0.48 0 0.27 219.56 0.57 0.46
Hex 32 60 B9 49 30 0 1B DC 39 2E
Octal 62 140 271 111 60 0 33 334 71 56
Binary 110010 1100000 10111001 1001001 110000 0 11011 11011100 111001 101110

Color Harmonies of #3260B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3260B9

Black with #3260B9

Text Example


Text Example

White with #3260B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3260B9; }

 p { color: rgb(50,96,185); }

 H1.HeaderClassName
 {
   color: #3260B9;
 }
 .AnyTagClassName
 {
   color: #3260B9;
 }
</style>

background-color css

<style>
 a { background-color: #3260B9; }

 a { background-color: rgb(50,96,185); }

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

border-color css

<style>
 span { border-color: #3260B9; }

 span { border-color: rgb(50,96,185); }

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