Html Css Color HEX #274B8D Fun Blue

📋 copy color: '#274B8D'

red 39 ◦ green 75 ◦ blue 141

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

Shades of Fun Blue #274B8D

Tints of Fun Blue #274B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.41%

 BLUE value IS 141 (55.47% from 255) = 55.29%

R = 15.29%
G = 29.41%
B = 55.29%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#274B8D (or 0x274B8D) is known color: Fun Blue. HEX triplet: 27, 4B and 8D. RGB value is (39,75,141). Sum of RGB (Red+Green+Blue) = 39+75+141=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #274B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274B8D is #D8B472. Grayscale: #474747. Windows color (decimal): -14201971 or 9259815. OLE color: 9259815.

HSL color Cylindrical-coordinate representation of color #274B8D: hue angle of 218.82º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #274B8D is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 75 141 -
CMYK 0.72 0.47 0 0.45
HSL 218.82º 0.57% 0.35% -
HSV(B) 218.82º 0.72% 0.55% -
XYZ 8.16 7.39 26.19 -
YUV 71.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 39 75 141 0.72 0.47 0 0.45 218.82 0.57 0.35
Hex 27 4B 8D 48 2F 0 2D DB 39 23
Octal 47 113 215 110 57 0 55 333 71 43
Binary 100111 1001011 10001101 1001000 101111 0 101101 11011011 111001 100011

Color Harmonies of #274B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274B8D

Black with #274B8D

Text Example


Text Example

White with #274B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274B8D; }

 p { color: rgb(39,75,141); }

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

background-color css

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

 a { background-color: rgb(39,75,141); }

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

border-color css

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

 span { border-color: rgb(39,75,141); }

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