Html Css Color HEX #2F3ABC Persian Blue

📋 copy color: '#2F3ABC'

red 47 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #2F3ABC

Tints of Persian Blue #2F3ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

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

R = 16.04%
G = 19.8%
B = 64.16%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F3ABC (or 0x2F3ABC) is known color: Persian Blue. HEX triplet: 2F, 3A and BC. RGB value is (47,58,188). Sum of RGB (Red+Green+Blue) = 47+58+188=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F3ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3ABC is #D0C543. Grayscale: #454545. Windows color (decimal): -13681988 or 12335663. OLE color: 12335663.

HSL color Cylindrical-coordinate representation of color #2F3ABC: hue angle of 235.32º 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 #2F3ABC is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 58 188 -
CMYK 0.75 0.69 0 0.26
HSL 235.32º 0.6% 0.46% -
HSV(B) 235.32º 0.75% 0.74% -
XYZ 11.76 7.26 48.36 -
YUV 69.53 194.86 111.93 -
System Red Green Blue C M Y K H S L
Decimal 47 58 188 0.75 0.69 0 0.26 235.32 0.6 0.46
Hex 2F 3A BC 4B 45 0 1A EB 3C 2E
Octal 57 72 274 113 105 0 32 353 74 56
Binary 101111 111010 10111100 1001011 1000101 0 11010 11101011 111100 101110

Color Harmonies of #2F3ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3ABC

Black with #2F3ABC

Text Example


Text Example

White with #2F3ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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