Html Css Color HEX #2646AF Cerulean Blue

📋 copy color: '#2646AF'

red 38 ◦ green 70 ◦ blue 175

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

Shades of Cerulean Blue #2646AF

Tints of Cerulean Blue #2646AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.84%

R = 13.43%
G = 24.73%
B = 61.84%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2646AF (or 0x2646AF) is known color: Cerulean Blue. HEX triplet: 26, 46 and AF. RGB value is (38,70,175). Sum of RGB (Red+Green+Blue) = 38+70+175=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #2646AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2646AF is #D9B950. Grayscale: #474747. Windows color (decimal): -14268753 or 11486758. OLE color: 11486758.

HSL color Cylindrical-coordinate representation of color #2646AF: hue angle of 225.99º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2646AF is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 38 70 175 -
CMYK 0.78 0.60 0 0.31
HSL 225.99º 0.64% 0.42% -
HSV(B) 225.99º 0.78% 0.69% -
XYZ 10.73 7.89 41.51 -
YUV 72.4 185.9 103.46 -
System Red Green Blue C M Y K H S L
Decimal 38 70 175 0.78 0.60 0 0.31 225.99 0.64 0.42
Hex 26 46 AF 4E 3C 0 1F E2 40 2A
Octal 46 106 257 116 74 0 37 342 100 52
Binary 100110 1000110 10101111 1001110 111100 0 11111 11100010 1000000 101010

Color Harmonies of #2646AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2646AF

Black with #2646AF

Text Example


Text Example

White with #2646AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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