Html Css Color HEX #3138CB Persian Blue

📋 copy color: '#3138CB'

red 49 ◦ green 56 ◦ blue 203

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

Shades of Persian Blue #3138CB

Tints of Persian Blue #3138CB

RGB

 RED value IS 49 (19.53% from 255) = 15.91%

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 15.91%
G = 18.18%
B = 65.91%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3138CB (or 0x3138CB) is known color: Persian Blue. HEX triplet: 31, 38 and CB. RGB value is (49,56,203). Sum of RGB (Red+Green+Blue) = 49+56+203=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 56 (22.27% from 255 or 18.18% 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 #3138CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3138CB is #CEC734. Grayscale: #464646. Windows color (decimal): -13551413 or 13318193. OLE color: 13318193.

HSL color Cylindrical-coordinate representation of color #3138CB: hue angle of 237.27º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3138CB is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 56 203 -
CMYK 0.76 0.72 0 0.20
HSL 237.27º 0.61% 0.49% -
HSV(B) 237.27º 0.76% 0.8% -
XYZ 13.46 7.79 57.29 -
YUV 70.67 202.68 112.55 -
System Red Green Blue C M Y K H S L
Decimal 49 56 203 0.76 0.72 0 0.20 237.27 0.61 0.49
Hex 31 38 CB 4C 48 0 14 ED 3D 31
Octal 61 70 313 114 110 0 24 355 75 61
Binary 110001 111000 11001011 1001100 1001000 0 10100 11101101 111101 110001

Color Harmonies of #3138CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3138CB

Black with #3138CB

Text Example


Text Example

White with #3138CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3138CB; }

 p { color: rgb(49,56,203); }

 H1.HeaderClassName
 {
   color: #3138CB;
 }
 .AnyTagClassName
 {
   color: #3138CB;
 }
</style>

background-color css

<style>
 a { background-color: #3138CB; }

 a { background-color: rgb(49,56,203); }

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

border-color css

<style>
 span { border-color: #3138CB; }

 span { border-color: rgb(49,56,203); }

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