Html Css Color HEX #2B3DCE Persian Blue

📋 copy color: '#2B3DCE'

red 43 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #2B3DCE

Tints of Persian Blue #2B3DCE

RGB

 RED value IS 43 (17.19% from 255) = 13.87%

 GREEN value IS 61 (24.22% from 255) = 19.68%

 BLUE value IS 206 (80.86% from 255) = 66.45%

R = 13.87%
G = 19.68%
B = 66.45%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B3DCE (or 0x2B3DCE) is known color: Persian Blue. HEX triplet: 2B, 3D and CE. RGB value is (43,61,206). Sum of RGB (Red+Green+Blue) = 43+61+206=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B3DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3DCE is #D4C231. Grayscale: #474747. Windows color (decimal): -13943346 or 13516075. OLE color: 13516075.

HSL color Cylindrical-coordinate representation of color #2B3DCE: hue angle of 233.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B3DCE is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 61 206 -
CMYK 0.79 0.70 0 0.19
HSL 233.37º 0.65% 0.49% -
HSV(B) 233.37º 0.79% 0.81% -
XYZ 13.81 8.31 59.27 -
YUV 72.15 203.54 107.21 -
System Red Green Blue C M Y K H S L
Decimal 43 61 206 0.79 0.70 0 0.19 233.37 0.65 0.49
Hex 2B 3D CE 4F 46 0 13 E9 41 31
Octal 53 75 316 117 106 0 23 351 101 61
Binary 101011 111101 11001110 1001111 1000110 0 10011 11101001 1000001 110001

Color Harmonies of #2B3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3DCE

Black with #2B3DCE

Text Example


Text Example

White with #2B3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,61,206); }

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

background-color css

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

 a { background-color: rgb(43,61,206); }

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

border-color css

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

 span { border-color: rgb(43,61,206); }

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