Html Css Color HEX #2F3FCB Persian Blue

📋 copy color: '#2F3FCB'

red 47 ◦ green 63 ◦ blue 203

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

Shades of Persian Blue #2F3FCB

Tints of Persian Blue #2F3FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

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

R = 15.02%
G = 20.13%
B = 64.86%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F3FCB (or 0x2F3FCB) is known color: Persian Blue. HEX triplet: 2F, 3F and CB. RGB value is (47,63,203). Sum of RGB (Red+Green+Blue) = 47+63+203=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F3FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3FCB is #D0C034. Grayscale: #494949. Windows color (decimal): -13680693 or 13319983. OLE color: 13319983.

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

Color convert

RGB 47 63 203 -
CMYK 0.77 0.69 0 0.20
HSL 233.85º 0.62% 0.49% -
HSV(B) 233.85º 0.77% 0.8% -
XYZ 13.73 8.47 57.41 -
YUV 74.18 200.7 108.62 -
System Red Green Blue C M Y K H S L
Decimal 47 63 203 0.77 0.69 0 0.20 233.85 0.62 0.49
Hex 2F 3F CB 4D 45 0 14 EA 3E 31
Octal 57 77 313 115 105 0 24 352 76 61
Binary 101111 111111 11001011 1001101 1000101 0 10100 11101010 111110 110001

Color Harmonies of #2F3FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3FCB

Black with #2F3FCB

Text Example


Text Example

White with #2F3FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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