Html Css Color HEX #2646BF Cerulean Blue

📋 copy color: '#2646BF'

red 38 ◦ green 70 ◦ blue 191

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

Shades of Cerulean Blue #2646BF

Tints of Cerulean Blue #2646BF

RGB

 RED value IS 38 (15.23% from 255) = 12.71%

 GREEN value IS 70 (27.73% from 255) = 23.41%

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

R = 12.71%
G = 23.41%
B = 63.88%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2646BF (or 0x2646BF) is known color: Cerulean Blue. HEX triplet: 26, 46 and BF. RGB value is (38,70,191). Sum of RGB (Red+Green+Blue) = 38+70+191=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #2646BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2646BF is #D9B940. Grayscale: #494949. Windows color (decimal): -14268737 or 12535334. OLE color: 12535334.

HSL color Cylindrical-coordinate representation of color #2646BF: hue angle of 227.45º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2646BF is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 70 191 -
CMYK 0.80 0.63 0 0.25
HSL 227.45º 0.67% 0.45% -
HSV(B) 227.45º 0.8% 0.75% -
XYZ 12.39 8.55 50.29 -
YUV 74.23 193.9 102.16 -
System Red Green Blue C M Y K H S L
Decimal 38 70 191 0.80 0.63 0 0.25 227.45 0.67 0.45
Hex 26 46 BF 50 3F 0 19 E3 43 2D
Octal 46 106 277 120 77 0 31 343 103 55
Binary 100110 1000110 10111111 1010000 111111 0 11001 11100011 1000011 101101

Color Harmonies of #2646BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2646BF

Black with #2646BF

Text Example


Text Example

White with #2646BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,70,191); }

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

background-color css

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

 a { background-color: rgb(38,70,191); }

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

border-color css

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

 span { border-color: rgb(38,70,191); }

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