Html Css Color HEX #38819B Scooter

📋 copy color: '#38819B'

red 56 ◦ green 129 ◦ blue 155

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

Shades of Scooter #38819B

Tints of Scooter #38819B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.94%

 BLUE value IS 155 (60.94% from 255) = 45.59%

R = 16.47%
G = 37.94%
B = 45.59%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38819B (or 0x38819B) is known color: Scooter. HEX triplet: 38, 81 and 9B. RGB value is (56,129,155). Sum of RGB (Red+Green+Blue) = 56+129+155=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #38819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38819B is #C77E64. Grayscale: #6D6D6D. Windows color (decimal): -13074021 or 10191160. OLE color: 10191160.

HSL color Cylindrical-coordinate representation of color #38819B: hue angle of 195.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38819B is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 129 155 -
CMYK 0.64 0.17 0 0.39
HSL 195.76º 0.47% 0.41% -
HSV(B) 195.76º 0.64% 0.61% -
XYZ 15.4 18.91 33.85 -
YUV 110.14 153.32 89.39 -
System Red Green Blue C M Y K H S L
Decimal 56 129 155 0.64 0.17 0 0.39 195.76 0.47 0.41
Hex 38 81 9B 40 11 0 27 C4 2F 29
Octal 70 201 233 100 21 0 47 304 57 51
Binary 111000 10000001 10011011 1000000 10001 0 100111 11000100 101111 101001

Color Harmonies of #38819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38819B

Black with #38819B

Text Example


Text Example

White with #38819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,129,155); }

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

background-color css

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

 a { background-color: rgb(56,129,155); }

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

border-color css

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

 span { border-color: rgb(56,129,155); }

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