Html Css Color HEX #2647BA Cerulean Blue

📋 copy color: '#2647BA'

red 38 ◦ green 71 ◦ blue 186

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

Shades of Cerulean Blue #2647BA

Tints of Cerulean Blue #2647BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 186 (73.05% from 255) = 63.05%

R = 12.88%
G = 24.07%
B = 63.05%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2647BA (or 0x2647BA) is known color: Cerulean Blue. HEX triplet: 26, 47 and BA. RGB value is (38,71,186). Sum of RGB (Red+Green+Blue) = 38+71+186=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #2647BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2647BA is #D9B845. Grayscale: #494949. Windows color (decimal): -14268486 or 12207910. OLE color: 12207910.

HSL color Cylindrical-coordinate representation of color #2647BA: hue angle of 226.62º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2647BA is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 71 186 -
CMYK 0.80 0.62 0 0.27
HSL 226.62º 0.66% 0.44% -
HSV(B) 226.62º 0.8% 0.73% -
XYZ 11.92 8.46 47.46 -
YUV 74.24 191.07 102.15 -
System Red Green Blue C M Y K H S L
Decimal 38 71 186 0.80 0.62 0 0.27 226.62 0.66 0.44
Hex 26 47 BA 50 3E 0 1B E3 42 2C
Octal 46 107 272 120 76 0 33 343 102 54
Binary 100110 1000111 10111010 1010000 111110 0 11011 11100011 1000010 101100

Color Harmonies of #2647BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2647BA

Black with #2647BA

Text Example


Text Example

White with #2647BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2647BA; }

 p { color: rgb(38,71,186); }

 H1.HeaderClassName
 {
   color: #2647BA;
 }
 .AnyTagClassName
 {
   color: #2647BA;
 }
</style>

background-color css

<style>
 a { background-color: #2647BA; }

 a { background-color: rgb(38,71,186); }

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

border-color css

<style>
 span { border-color: #2647BA; }

 span { border-color: rgb(38,71,186); }

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