Html Css Color HEX #38BECC Viking

📋 copy color: '#38BECC'

red 56 ◦ green 190 ◦ blue 204

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

Shades of Viking #38BECC

Tints of Viking #38BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.22%

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 12.44%
G = 42.22%
B = 45.33%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38BECC (or 0x38BECC) is known color: Viking. HEX triplet: 38, BE and CC. RGB value is (56,190,204). Sum of RGB (Red+Green+Blue) = 56+190+204=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #38BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BECC is #C74133. Grayscale: #979797. Windows color (decimal): -13058356 or 13418040. OLE color: 13418040.

HSL color Cylindrical-coordinate representation of color #38BECC: hue angle of 185.68º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BECC is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 190 204 -
CMYK 0.73 0.07 0 0.2
HSL 185.68º 0.59% 0.51% -
HSV(B) 185.68º 0.73% 0.8% -
XYZ 30.94 42.03 63.61 -
YUV 151.53 157.61 59.86 -
System Red Green Blue C M Y K H S L
Decimal 56 190 204 0.73 0.07 0 0.2 185.68 0.59 0.51
Hex 38 BE CC 49 7 0 14 BA 3B 33
Octal 70 276 314 111 7 0 24 272 73 63
Binary 111000 10111110 11001100 1001001 111 0 10100 10111010 111011 110011

Color Harmonies of #38BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BECC

Black with #38BECC

Text Example


Text Example

White with #38BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38BECC; }

 p { color: rgb(56,190,204); }

 H1.HeaderClassName
 {
   color: #38BECC;
 }
 .AnyTagClassName
 {
   color: #38BECC;
 }
</style>

background-color css

<style>
 a { background-color: #38BECC; }

 a { background-color: rgb(56,190,204); }

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

border-color css

<style>
 span { border-color: #38BECC; }

 span { border-color: rgb(56,190,204); }

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