Html Css Color HEX #2F3ACB Persian Blue

📋 copy color: '#2F3ACB'

red 47 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #2F3ACB

Tints of Persian Blue #2F3ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.91%

R = 15.26%
G = 18.83%
B = 65.91%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F3ACB (or 0x2F3ACB) is known color: Persian Blue. HEX triplet: 2F, 3A and CB. RGB value is (47,58,203). Sum of RGB (Red+Green+Blue) = 47+58+203=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F3ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3ACB is #D0C534. Grayscale: #464646. Windows color (decimal): -13681973 or 13318703. OLE color: 13318703.

HSL color Cylindrical-coordinate representation of color #2F3ACB: hue angle of 235.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F3ACB is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 58 203 -
CMYK 0.77 0.71 0 0.20
HSL 235.77º 0.62% 0.49% -
HSV(B) 235.77º 0.77% 0.8% -
XYZ 13.46 7.94 57.32 -
YUV 71.24 202.36 110.71 -
System Red Green Blue C M Y K H S L
Decimal 47 58 203 0.77 0.71 0 0.20 235.77 0.62 0.49
Hex 2F 3A CB 4D 47 0 14 EC 3E 31
Octal 57 72 313 115 107 0 24 354 76 61
Binary 101111 111010 11001011 1001101 1000111 0 10100 11101100 111110 110001

Color Harmonies of #2F3ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3ACB

Black with #2F3ACB

Text Example


Text Example

White with #2F3ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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