Html Css Color HEX #3830CA Persian Blue

📋 copy color: '#3830CA'

red 56 ◦ green 48 ◦ blue 202

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

Shades of Persian Blue #3830CA

Tints of Persian Blue #3830CA

RGB

 RED value IS 56 (22.27% from 255) = 18.3%

 GREEN value IS 48 (19.14% from 255) = 15.69%

 BLUE value IS 202 (79.3% from 255) = 66.01%

R = 18.3%
G = 15.69%
B = 66.01%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3830CA (or 0x3830CA) is known color: Persian Blue. HEX triplet: 38, 30 and CA. RGB value is (56,48,202). Sum of RGB (Red+Green+Blue) = 56+48+202=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #3830CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3830CA is #C7CF35. Grayscale: #434343. Windows color (decimal): -13094710 or 13250616. OLE color: 13250616.

HSL color Cylindrical-coordinate representation of color #3830CA: hue angle of 243.12º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3830CA is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 48 202 -
CMYK 0.72 0.76 0 0.21
HSL 243.12º 0.62% 0.49% -
HSV(B) 243.12º 0.76% 0.79% -
XYZ 13.35 7.22 56.57 -
YUV 67.95 203.65 119.48 -
System Red Green Blue C M Y K H S L
Decimal 56 48 202 0.72 0.76 0 0.21 243.12 0.62 0.49
Hex 38 30 CA 48 4C 0 15 F3 3E 31
Octal 70 60 312 110 114 0 25 363 76 61
Binary 111000 110000 11001010 1001000 1001100 0 10101 11110011 111110 110001

Color Harmonies of #3830CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3830CA

Black with #3830CA

Text Example


Text Example

White with #3830CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3830CA; }

 p { color: rgb(56,48,202); }

 H1.HeaderClassName
 {
   color: #3830CA;
 }
 .AnyTagClassName
 {
   color: #3830CA;
 }
</style>

background-color css

<style>
 a { background-color: #3830CA; }

 a { background-color: rgb(56,48,202); }

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

border-color css

<style>
 span { border-color: #3830CA; }

 span { border-color: rgb(56,48,202); }

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