Html Css Color HEX #2F75BA Curious Blue

📋 copy color: '#2F75BA'

red 47 ◦ green 117 ◦ blue 186

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

Shades of Curious Blue #2F75BA

Tints of Curious Blue #2F75BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 13.43%
G = 33.43%
B = 53.14%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F75BA (or 0x2F75BA) is known color: Curious Blue. HEX triplet: 2F, 75 and BA. RGB value is (47,117,186). Sum of RGB (Red+Green+Blue) = 47+117+186=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F75BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F75BA is #D08A45. Grayscale: #676767. Windows color (decimal): -13666886 or 12219695. OLE color: 12219695.

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

Color convert

RGB 47 117 186 -
CMYK 0.75 0.37 0 0.27
HSL 209.78º 0.6% 0.46% -
HSV(B) 209.78º 0.75% 0.73% -
XYZ 16.4 16.87 48.85 -
YUV 103.94 174.31 87.39 -
System Red Green Blue C M Y K H S L
Decimal 47 117 186 0.75 0.37 0 0.27 209.78 0.6 0.46
Hex 2F 75 BA 4B 25 0 1B D2 3C 2E
Octal 57 165 272 113 45 0 33 322 74 56
Binary 101111 1110101 10111010 1001011 100101 0 11011 11010010 111100 101110

Color Harmonies of #2F75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F75BA

Black with #2F75BA

Text Example


Text Example

White with #2F75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,117,186); }

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

background-color css

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

 a { background-color: rgb(47,117,186); }

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

border-color css

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

 span { border-color: rgb(47,117,186); }

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