Html Css Color HEX #3265CC Cerulean Blue

📋 copy color: '#3265CC'

red 50 ◦ green 101 ◦ blue 204

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

Shades of Cerulean Blue #3265CC

Tints of Cerulean Blue #3265CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.46%

R = 14.08%
G = 28.45%
B = 57.46%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3265CC (or 0x3265CC) is known color: Cerulean Blue. HEX triplet: 32, 65 and CC. RGB value is (50,101,204). Sum of RGB (Red+Green+Blue) = 50+101+204=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #3265CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3265CC is #CD9A33. Grayscale: #616161. Windows color (decimal): -13474356 or 13395250. OLE color: 13395250.

HSL color Cylindrical-coordinate representation of color #3265CC: hue angle of 220.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3265CC is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 101 204 -
CMYK 0.75 0.50 0 0.2
HSL 220.13º 0.61% 0.5% -
HSV(B) 220.13º 0.75% 0.8% -
XYZ 16.87 14.35 59.01 -
YUV 97.49 188.1 94.12 -
System Red Green Blue C M Y K H S L
Decimal 50 101 204 0.75 0.50 0 0.2 220.13 0.61 0.5
Hex 32 65 CC 4B 32 0 14 DC 3D 32
Octal 62 145 314 113 62 0 24 334 75 62
Binary 110010 1100101 11001100 1001011 110010 0 10100 11011100 111101 110010

Color Harmonies of #3265CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3265CC

Black with #3265CC

Text Example


Text Example

White with #3265CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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