Html Css Color HEX #38427A Torea Bay

📋 copy color: '#38427A'

red 56 ◦ green 66 ◦ blue 122

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

Shades of Torea Bay #38427A

Tints of Torea Bay #38427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

 BLUE value IS 122 (48.05% from 255) = 50%

R = 22.95%
G = 27.05%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38427A (or 0x38427A) is known color: Torea Bay. HEX triplet: 38, 42 and 7A. RGB value is (56,66,122). Sum of RGB (Red+Green+Blue) = 56+66+122=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #38427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38427A is #C7BD85. Grayscale: #454545. Windows color (decimal): -13090182 or 8012344. OLE color: 8012344.

HSL color Cylindrical-coordinate representation of color #38427A: hue angle of 230.91º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38427A is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 66 122 -
CMYK 0.54 0.46 0 0.52
HSL 230.91º 0.37% 0.35% -
HSV(B) 230.91º 0.54% 0.48% -
XYZ 7.09 6.14 19.22 -
YUV 69.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 56 66 122 0.54 0.46 0 0.52 230.91 0.37 0.35
Hex 38 42 7A 36 2E 0 34 E7 25 23
Octal 70 102 172 66 56 0 64 347 45 43
Binary 111000 1000010 1111010 110110 101110 0 110100 11100111 100101 100011

Color Harmonies of #38427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38427A

Black with #38427A

Text Example


Text Example

White with #38427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38427A; }

 p { color: rgb(56,66,122); }

 H1.HeaderClassName
 {
   color: #38427A;
 }
 .AnyTagClassName
 {
   color: #38427A;
 }
</style>

background-color css

<style>
 a { background-color: #38427A; }

 a { background-color: rgb(56,66,122); }

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

border-color css

<style>
 span { border-color: #38427A; }

 span { border-color: rgb(56,66,122); }

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