Html Css Color HEX #2646AC Cerulean Blue

📋 copy color: '#2646AC'

red 38 ◦ green 70 ◦ blue 172

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

Shades of Cerulean Blue #2646AC

Tints of Cerulean Blue #2646AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 13.57%
G = 25%
B = 61.43%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2646AC (or 0x2646AC) is known color: Cerulean Blue. HEX triplet: 26, 46 and AC. RGB value is (38,70,172). Sum of RGB (Red+Green+Blue) = 38+70+172=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #2646AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2646AC is #D9B953. Grayscale: #474747. Windows color (decimal): -14268756 or 11290150. OLE color: 11290150.

HSL color Cylindrical-coordinate representation of color #2646AC: hue angle of 225.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2646AC is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 70 172 -
CMYK 0.78 0.59 0 0.33
HSL 225.67º 0.64% 0.41% -
HSV(B) 225.67º 0.78% 0.67% -
XYZ 10.44 7.77 39.98 -
YUV 72.06 184.4 103.71 -
System Red Green Blue C M Y K H S L
Decimal 38 70 172 0.78 0.59 0 0.33 225.67 0.64 0.41
Hex 26 46 AC 4E 3B 0 21 E2 40 29
Octal 46 106 254 116 73 0 41 342 100 51
Binary 100110 1000110 10101100 1001110 111011 0 100001 11100010 1000000 101001

Color Harmonies of #2646AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2646AC

Black with #2646AC

Text Example


Text Example

White with #2646AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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