Html Css Color HEX #2750AF Cerulean Blue

📋 copy color: '#2750AF'

red 39 ◦ green 80 ◦ blue 175

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

Shades of Cerulean Blue #2750AF

Tints of Cerulean Blue #2750AF

RGB

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

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

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

R = 13.27%
G = 27.21%
B = 59.52%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2750AF (or 0x2750AF) is known color: Cerulean Blue. HEX triplet: 27, 50 and AF. RGB value is (39,80,175). Sum of RGB (Red+Green+Blue) = 39+80+175=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #2750AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2750AF is #D8AF50. Grayscale: #4E4E4E. Windows color (decimal): -14200657 or 11489319. OLE color: 11489319.

HSL color Cylindrical-coordinate representation of color #2750AF: hue angle of 221.91º 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 #2750AF is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 39 80 175 -
CMYK 0.78 0.54 0 0.31
HSL 221.91º 0.64% 0.42% -
HSV(B) 221.91º 0.78% 0.69% -
XYZ 11.44 9.26 41.74 -
YUV 78.57 182.42 99.78 -
System Red Green Blue C M Y K H S L
Decimal 39 80 175 0.78 0.54 0 0.31 221.91 0.64 0.42
Hex 27 50 AF 4E 36 0 1F DE 40 2A
Octal 47 120 257 116 66 0 37 336 100 52
Binary 100111 1010000 10101111 1001110 110110 0 11111 11011110 1000000 101010

Color Harmonies of #2750AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2750AF

Black with #2750AF

Text Example


Text Example

White with #2750AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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