Html Css Color HEX #2F93AF Pelorous

📋 copy color: '#2F93AF'

red 47 ◦ green 147 ◦ blue 175

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

Shades of Pelorous #2F93AF

Tints of Pelorous #2F93AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.84%

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

R = 12.74%
G = 39.84%
B = 47.43%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2F93AF (or 0x2F93AF) is known color: Pelorous. HEX triplet: 2F, 93 and AF. RGB value is (47,147,175). Sum of RGB (Red+Green+Blue) = 47+147+175=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F93AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F93AF is #D06C50. Grayscale: #787878. Windows color (decimal): -13659217 or 11506479. OLE color: 11506479.

HSL color Cylindrical-coordinate representation of color #2F93AF: hue angle of 193.12º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F93AF is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 147 175 -
CMYK 0.73 0.16 0 0.31
HSL 193.13º 0.58% 0.44% -
HSV(B) 193.13º 0.73% 0.69% -
XYZ 19.34 24.57 44.28 -
YUV 120.29 158.87 75.72 -
System Red Green Blue C M Y K H S L
Decimal 47 147 175 0.73 0.16 0 0.31 193.13 0.58 0.44
Hex 2F 93 AF 49 10 0 1F C1 3A 2C
Octal 57 223 257 111 20 0 37 301 72 54
Binary 101111 10010011 10101111 1001001 10000 0 11111 11000001 111010 101100

Color Harmonies of #2F93AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F93AF

Black with #2F93AF

Text Example


Text Example

White with #2F93AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,147,175); }

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

background-color css

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

 a { background-color: rgb(47,147,175); }

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

border-color css

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

 span { border-color: rgb(47,147,175); }

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