Html Css Color HEX #2F6BBC Denim

📋 copy color: '#2F6BBC'

red 47 ◦ green 107 ◦ blue 188

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

Shades of Denim #2F6BBC

Tints of Denim #2F6BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.29%

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 13.74%
G = 31.29%
B = 54.97%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F6BBC (or 0x2F6BBC) is known color: Denim. HEX triplet: 2F, 6B and BC. RGB value is (47,107,188). Sum of RGB (Red+Green+Blue) = 47+107+188=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F6BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6BBC is #D09443. Grayscale: #616161. Windows color (decimal): -13669444 or 12348207. OLE color: 12348207.

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

Color convert

RGB 47 107 188 -
CMYK 0.75 0.43 0 0.26
HSL 214.47º 0.6% 0.46% -
HSV(B) 214.47º 0.75% 0.74% -
XYZ 15.51 14.75 49.61 -
YUV 98.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 47 107 188 0.75 0.43 0 0.26 214.47 0.6 0.46
Hex 2F 6B BC 4B 2B 0 1A D6 3C 2E
Octal 57 153 274 113 53 0 32 326 74 56
Binary 101111 1101011 10111100 1001011 101011 0 11010 11010110 111100 101110

Color Harmonies of #2F6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6BBC

Black with #2F6BBC

Text Example


Text Example

White with #2F6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,107,188); }

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

background-color css

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

 a { background-color: rgb(47,107,188); }

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

border-color css

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

 span { border-color: rgb(47,107,188); }

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