Html Css Color HEX #3260BD Cerulean Blue

📋 copy color: '#3260BD'

red 50 ◦ green 96 ◦ blue 189

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

Shades of Cerulean Blue #3260BD

Tints of Cerulean Blue #3260BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.42%

R = 14.93%
G = 28.66%
B = 56.42%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3260BD (or 0x3260BD) is known color: Cerulean Blue. HEX triplet: 32, 60 and BD. RGB value is (50,96,189). Sum of RGB (Red+Green+Blue) = 50+96+189=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #3260BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3260BD is #CD9F42. Grayscale: #5C5C5C. Windows color (decimal): -13475651 or 12410930. OLE color: 12410930.

HSL color Cylindrical-coordinate representation of color #3260BD: hue angle of 220.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3260BD is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 96 189 -
CMYK 0.74 0.49 0 0.26
HSL 220.14º 0.58% 0.47% -
HSV(B) 220.14º 0.74% 0.74% -
XYZ 14.68 12.72 49.83 -
YUV 92.85 182.26 97.44 -
System Red Green Blue C M Y K H S L
Decimal 50 96 189 0.74 0.49 0 0.26 220.14 0.58 0.47
Hex 32 60 BD 4A 31 0 1A DC 3A 2F
Octal 62 140 275 112 61 0 32 334 72 57
Binary 110010 1100000 10111101 1001010 110001 0 11010 11011100 111010 101111

Color Harmonies of #3260BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3260BD

Black with #3260BD

Text Example


Text Example

White with #3260BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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