Html Css Color HEX #38407B Torea Bay

📋 copy color: '#38407B'

red 56 ◦ green 64 ◦ blue 123

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

Shades of Torea Bay #38407B

Tints of Torea Bay #38407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

 BLUE value IS 123 (48.44% from 255) = 50.62%

R = 23.05%
G = 26.34%
B = 50.62%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38407B (or 0x38407B) is known color: Torea Bay. HEX triplet: 38, 40 and 7B. RGB value is (56,64,123). Sum of RGB (Red+Green+Blue) = 56+64+123=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #38407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38407B is #C7BF84. Grayscale: #444444. Windows color (decimal): -13090693 or 8077368. OLE color: 8077368.

HSL color Cylindrical-coordinate representation of color #38407B: hue angle of 232.84º 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 #38407B is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 64 123 -
CMYK 0.54 0.48 0 0.52
HSL 232.84º 0.37% 0.35% -
HSV(B) 232.84º 0.54% 0.48% -
XYZ 7.04 5.94 19.51 -
YUV 68.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 56 64 123 0.54 0.48 0 0.52 232.84 0.37 0.35
Hex 38 40 7B 36 30 0 34 E9 25 23
Octal 70 100 173 66 60 0 64 351 45 43
Binary 111000 1000000 1111011 110110 110000 0 110100 11101001 100101 100011

Color Harmonies of #38407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38407B

Black with #38407B

Text Example


Text Example

White with #38407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38407B; }

 p { color: rgb(56,64,123); }

 H1.HeaderClassName
 {
   color: #38407B;
 }
 .AnyTagClassName
 {
   color: #38407B;
 }
</style>

background-color css

<style>
 a { background-color: #38407B; }

 a { background-color: rgb(56,64,123); }

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

border-color css

<style>
 span { border-color: #38407B; }

 span { border-color: rgb(56,64,123); }

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