Html Css Color HEX #2F9BBE Pelorous

📋 copy color: '#2F9BBE'

red 47 ◦ green 155 ◦ blue 190

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

Shades of Pelorous #2F9BBE

Tints of Pelorous #2F9BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.54%

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 11.99%
G = 39.54%
B = 48.47%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F9BBE (or 0x2F9BBE) is known color: Pelorous. HEX triplet: 2F, 9B and BE. RGB value is (47,155,190). Sum of RGB (Red+Green+Blue) = 47+155+190=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F9BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9BBE is #D06441. Grayscale: #7E7E7E. Windows color (decimal): -13657154 or 12491567. OLE color: 12491567.

HSL color Cylindrical-coordinate representation of color #2F9BBE: hue angle of 194.69º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F9BBE is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 155 190 -
CMYK 0.75 0.18 0 0.25
HSL 194.69º 0.6% 0.46% -
HSV(B) 194.69º 0.75% 0.75% -
XYZ 22.19 27.76 52.9 -
YUV 126.7 163.72 71.15 -
System Red Green Blue C M Y K H S L
Decimal 47 155 190 0.75 0.18 0 0.25 194.69 0.6 0.46
Hex 2F 9B BE 4B 12 0 19 C3 3C 2E
Octal 57 233 276 113 22 0 31 303 74 56
Binary 101111 10011011 10111110 1001011 10010 0 11001 11000011 111100 101110

Color Harmonies of #2F9BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9BBE

Black with #2F9BBE

Text Example


Text Example

White with #2F9BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,155,190); }

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

background-color css

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

 a { background-color: rgb(47,155,190); }

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

border-color css

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

 span { border-color: rgb(47,155,190); }

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