Html Css Color HEX #274682 Fun Blue

📋 copy color: '#274682'

red 39 ◦ green 70 ◦ blue 130

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

Shades of Fun Blue #274682

Tints of Fun Blue #274682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.39%

R = 16.32%
G = 29.29%
B = 54.39%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#274682 (or 0x274682) is known color: Fun Blue. HEX triplet: 27, 46 and 82. RGB value is (39,70,130). Sum of RGB (Red+Green+Blue) = 39+70+130=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #274682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274682 is #D8B97D. Grayscale: #434343. Windows color (decimal): -14203262 or 8537639. OLE color: 8537639.

HSL color Cylindrical-coordinate representation of color #274682: hue angle of 219.56º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #274682 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 70 130 -
CMYK 0.70 0.46 0 0.49
HSL 219.56º 0.54% 0.33% -
HSV(B) 219.56º 0.7% 0.51% -
XYZ 7.06 6.42 21.99 -
YUV 67.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 39 70 130 0.70 0.46 0 0.49 219.56 0.54 0.33
Hex 27 46 82 46 2E 0 31 DC 36 21
Octal 47 106 202 106 56 0 61 334 66 41
Binary 100111 1000110 10000010 1000110 101110 0 110001 11011100 110110 100001

Color Harmonies of #274682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274682

Black with #274682

Text Example


Text Example

White with #274682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274682; }

 p { color: rgb(39,70,130); }

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

background-color css

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

 a { background-color: rgb(39,70,130); }

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

border-color css

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

 span { border-color: rgb(39,70,130); }

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