Html Css Color HEX #38427C Torea Bay

📋 copy color: '#38427C'

red 56 ◦ green 66 ◦ blue 124

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

Shades of Torea Bay #38427C

Tints of Torea Bay #38427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50.41%

R = 22.76%
G = 26.83%
B = 50.41%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38427C (or 0x38427C) is known color: Torea Bay. HEX triplet: 38, 42 and 7C. RGB value is (56,66,124). Sum of RGB (Red+Green+Blue) = 56+66+124=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #38427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38427C is #C7BD83. Grayscale: #454545. Windows color (decimal): -13090180 or 8143416. OLE color: 8143416.

HSL color Cylindrical-coordinate representation of color #38427C: hue angle of 231.18º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38427C is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 66 124 -
CMYK 0.55 0.47 0 0.51
HSL 231.18º 0.38% 0.35% -
HSV(B) 231.18º 0.55% 0.49% -
XYZ 7.22 6.19 19.88 -
YUV 69.62 158.69 118.28 -
System Red Green Blue C M Y K H S L
Decimal 56 66 124 0.55 0.47 0 0.51 231.18 0.38 0.35
Hex 38 42 7C 37 2F 0 33 E7 26 23
Octal 70 102 174 67 57 0 63 347 46 43
Binary 111000 1000010 1111100 110111 101111 0 110011 11100111 100110 100011

Color Harmonies of #38427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38427C

Black with #38427C

Text Example


Text Example

White with #38427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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