Html Css Color HEX #2F438A Tory Blue

📋 copy color: '#2F438A'

red 47 ◦ green 67 ◦ blue 138

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

Shades of Tory Blue #2F438A

Tints of Tory Blue #2F438A

RGB

 RED value IS 47 (18.75% from 255) = 18.65%

 GREEN value IS 67 (26.56% from 255) = 26.59%

 BLUE value IS 138 (54.3% from 255) = 54.76%

R = 18.65%
G = 26.59%
B = 54.76%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F438A (or 0x2F438A) is known color: Tory Blue. HEX triplet: 2F, 43 and 8A. RGB value is (47,67,138). Sum of RGB (Red+Green+Blue) = 47+67+138=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F438A is #D0BC75. Grayscale: #444444. Windows color (decimal): -13679734 or 9061167. OLE color: 9061167.

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

Color convert

RGB 47 67 138 -
CMYK 0.66 0.51 0 0.46
HSL 226.81º 0.49% 0.36% -
HSV(B) 226.81º 0.66% 0.54% -
XYZ 7.77 6.45 24.88 -
YUV 69.11 166.87 112.23 -
System Red Green Blue C M Y K H S L
Decimal 47 67 138 0.66 0.51 0 0.46 226.81 0.49 0.36
Hex 2F 43 8A 42 33 0 2E E3 31 24
Octal 57 103 212 102 63 0 56 343 61 44
Binary 101111 1000011 10001010 1000010 110011 0 101110 11100011 110001 100100

Color Harmonies of #2F438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F438A

Black with #2F438A

Text Example


Text Example

White with #2F438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F438A; }

 p { color: rgb(47,67,138); }

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

background-color css

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

 a { background-color: rgb(47,67,138); }

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

border-color css

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

 span { border-color: rgb(47,67,138); }

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