Html Css Color HEX #274B90 Fun Blue

📋 copy color: '#274B90'

red 39 ◦ green 75 ◦ blue 144

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

Shades of Fun Blue #274B90

Tints of Fun Blue #274B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.81%

R = 15.12%
G = 29.07%
B = 55.81%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#274B90 (or 0x274B90) is known color: Fun Blue. HEX triplet: 27, 4B and 90. RGB value is (39,75,144). Sum of RGB (Red+Green+Blue) = 39+75+144=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #274B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274B90 is #D8B46F. Grayscale: #474747. Windows color (decimal): -14201968 or 9456423. OLE color: 9456423.

HSL color Cylindrical-coordinate representation of color #274B90: hue angle of 219.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274B90 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 75 144 -
CMYK 0.73 0.48 0 0.44
HSL 219.43º 0.57% 0.36% -
HSV(B) 219.43º 0.73% 0.56% -
XYZ 8.39 7.48 27.39 -
YUV 72.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 39 75 144 0.73 0.48 0 0.44 219.43 0.57 0.36
Hex 27 4B 90 49 30 0 2C DB 39 24
Octal 47 113 220 111 60 0 54 333 71 44
Binary 100111 1001011 10010000 1001001 110000 0 101100 11011011 111001 100100

Color Harmonies of #274B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274B90

Black with #274B90

Text Example


Text Example

White with #274B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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