Html Css Color HEX #2750AC Cerulean Blue

📋 copy color: '#2750AC'

red 39 ◦ green 80 ◦ blue 172

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

Shades of Cerulean Blue #2750AC

Tints of Cerulean Blue #2750AC

RGB

 RED value IS 39 (15.63% from 255) = 13.4%

 GREEN value IS 80 (31.64% from 255) = 27.49%

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

R = 13.4%
G = 27.49%
B = 59.11%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2750AC (or 0x2750AC) is known color: Cerulean Blue. HEX triplet: 27, 50 and AC. RGB value is (39,80,172). Sum of RGB (Red+Green+Blue) = 39+80+172=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #2750AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2750AC is #D8AF53. Grayscale: #4D4D4D. Windows color (decimal): -14200660 or 11292711. OLE color: 11292711.

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

Color convert

RGB 39 80 172 -
CMYK 0.77 0.53 0 0.33
HSL 221.5º 0.63% 0.41% -
HSV(B) 221.5º 0.77% 0.67% -
XYZ 11.15 9.15 40.21 -
YUV 78.23 180.92 100.02 -
System Red Green Blue C M Y K H S L
Decimal 39 80 172 0.77 0.53 0 0.33 221.5 0.63 0.41
Hex 27 50 AC 4D 35 0 21 DE 3F 29
Octal 47 120 254 115 65 0 41 336 77 51
Binary 100111 1010000 10101100 1001101 110101 0 100001 11011110 111111 101001

Color Harmonies of #2750AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2750AC

Black with #2750AC

Text Example


Text Example

White with #2750AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,80,172); }

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

background-color css

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

 a { background-color: rgb(39,80,172); }

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

border-color css

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

 span { border-color: rgb(39,80,172); }

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