Html Css Color HEX #2780AF Curious Blue

📋 copy color: '#2780AF'

red 39 ◦ green 128 ◦ blue 175

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

Shades of Curious Blue #2780AF

Tints of Curious Blue #2780AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.43%

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

R = 11.4%
G = 37.43%
B = 51.17%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2780AF (or 0x2780AF) is known color: Curious Blue. HEX triplet: 27, 80 and AF. RGB value is (39,128,175). Sum of RGB (Red+Green+Blue) = 39+128+175=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #2780AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2780AF is #D87F50. Grayscale: #6A6A6A. Windows color (decimal): -14188369 or 11501607. OLE color: 11501607.

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

Color convert

RGB 39 128 175 -
CMYK 0.78 0.27 0 0.31
HSL 200.74º 0.64% 0.42% -
HSV(B) 200.74º 0.78% 0.69% -
XYZ 16.29 18.96 43.36 -
YUV 106.75 166.51 79.68 -
System Red Green Blue C M Y K H S L
Decimal 39 128 175 0.78 0.27 0 0.31 200.74 0.64 0.42
Hex 27 80 AF 4E 1B 0 1F C9 40 2A
Octal 47 200 257 116 33 0 37 311 100 52
Binary 100111 10000000 10101111 1001110 11011 0 11111 11001001 1000000 101010

Color Harmonies of #2780AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2780AF

Black with #2780AF

Text Example


Text Example

White with #2780AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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