Html Css Color HEX #2754AF Cerulean Blue

📋 copy color: '#2754AF'

red 39 ◦ green 84 ◦ blue 175

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

Shades of Cerulean Blue #2754AF

Tints of Cerulean Blue #2754AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.19%

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

R = 13.09%
G = 28.19%
B = 58.72%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2754AF (or 0x2754AF) is known color: Cerulean Blue. HEX triplet: 27, 54 and AF. RGB value is (39,84,175). Sum of RGB (Red+Green+Blue) = 39+84+175=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #2754AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2754AF is #D8AB50. Grayscale: #505050. Windows color (decimal): -14199633 or 11490343. OLE color: 11490343.

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

Color convert

RGB 39 84 175 -
CMYK 0.78 0.52 0 0.31
HSL 220.15º 0.64% 0.42% -
HSV(B) 220.15º 0.78% 0.69% -
XYZ 11.74 9.87 41.84 -
YUV 80.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 39 84 175 0.78 0.52 0 0.31 220.15 0.64 0.42
Hex 27 54 AF 4E 34 0 1F DC 40 2A
Octal 47 124 257 116 64 0 37 334 100 52
Binary 100111 1010100 10101111 1001110 110100 0 11111 11011100 1000000 101010

Color Harmonies of #2754AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2754AF

Black with #2754AF

Text Example


Text Example

White with #2754AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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