Html Css Color HEX #3265BD Cerulean Blue

📋 copy color: '#3265BD'

red 50 ◦ green 101 ◦ blue 189

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

Shades of Cerulean Blue #3265BD

Tints of Cerulean Blue #3265BD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

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

R = 14.71%
G = 29.71%
B = 55.59%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3265BD (or 0x3265BD) is known color: Cerulean Blue. HEX triplet: 32, 65 and BD. RGB value is (50,101,189). Sum of RGB (Red+Green+Blue) = 50+101+189=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #3265BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3265BD is #CD9A42. Grayscale: #5F5F5F. Windows color (decimal): -13474371 or 12412210. OLE color: 12412210.

HSL color Cylindrical-coordinate representation of color #3265BD: hue angle of 217.99º 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 #3265BD is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 101 189 -
CMYK 0.74 0.47 0 0.26
HSL 217.99º 0.58% 0.47% -
HSV(B) 217.99º 0.74% 0.74% -
XYZ 15.15 13.66 49.98 -
YUV 95.78 180.6 95.34 -
System Red Green Blue C M Y K H S L
Decimal 50 101 189 0.74 0.47 0 0.26 217.99 0.58 0.47
Hex 32 65 BD 4A 2F 0 1A DA 3A 2F
Octal 62 145 275 112 57 0 32 332 72 57
Binary 110010 1100101 10111101 1001010 101111 0 11010 11011010 111010 101111

Color Harmonies of #3265BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3265BD

Black with #3265BD

Text Example


Text Example

White with #3265BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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