Html Css Color HEX #3263BF Cerulean Blue

📋 copy color: '#3263BF'

red 50 ◦ green 99 ◦ blue 191

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

Shades of Cerulean Blue #3263BF

Tints of Cerulean Blue #3263BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.12%

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

R = 14.71%
G = 29.12%
B = 56.18%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3263BF (or 0x3263BF) is known color: Cerulean Blue. HEX triplet: 32, 63 and BF. RGB value is (50,99,191). Sum of RGB (Red+Green+Blue) = 50+99+191=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #3263BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3263BF is #CD9C40. Grayscale: #5E5E5E. Windows color (decimal): -13474881 or 12542770. OLE color: 12542770.

HSL color Cylindrical-coordinate representation of color #3263BF: hue angle of 219.15º 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 #3263BF is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 99 191 -
CMYK 0.74 0.48 0 0.25
HSL 219.15º 0.59% 0.47% -
HSV(B) 219.15º 0.74% 0.75% -
XYZ 15.18 13.36 51.07 -
YUV 94.84 182.27 96.02 -
System Red Green Blue C M Y K H S L
Decimal 50 99 191 0.74 0.48 0 0.25 219.15 0.59 0.47
Hex 32 63 BF 4A 30 0 19 DB 3B 2F
Octal 62 143 277 112 60 0 31 333 73 57
Binary 110010 1100011 10111111 1001010 110000 0 11001 11011011 111011 101111

Color Harmonies of #3263BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3263BF

Black with #3263BF

Text Example


Text Example

White with #3263BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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